1
0
Fork 0

remove temporary fix

This commit is contained in:
mfranz 2006-07-30 08:08:51 +00:00
parent 3a02da77d9
commit 6a832d0d07

View file

@ -69,8 +69,7 @@ SG_USING_STD(deque);
SG_USING_STD(vector);
SG_USING_NAMESPACE(std);
//#define float_to_int(v) SGMiscf::roundToInt(v)
#define float_to_int(v) int(floorf(v + 0.5f))
#define float_to_int(v) SGMiscf::roundToInt(v)
// some of Norman's crazy optimizations. :-)