remove temporary fix
This commit is contained in:
parent
3a02da77d9
commit
6a832d0d07
1 changed files with 1 additions and 2 deletions
|
@ -69,8 +69,7 @@ SG_USING_STD(deque);
|
||||||
SG_USING_STD(vector);
|
SG_USING_STD(vector);
|
||||||
SG_USING_NAMESPACE(std);
|
SG_USING_NAMESPACE(std);
|
||||||
|
|
||||||
//#define float_to_int(v) SGMiscf::roundToInt(v)
|
#define float_to_int(v) SGMiscf::roundToInt(v)
|
||||||
#define float_to_int(v) int(floorf(v + 0.5f))
|
|
||||||
|
|
||||||
// some of Norman's crazy optimizations. :-)
|
// some of Norman's crazy optimizations. :-)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue