[osg-users] OpenSceneGrah-3.4.0 release candidate 4 tagged

DizL karcios at poczta.onet.pl
Mon Jul 20 00:37:28 PDT 2015


oops,

#if defined(WIN32) && !defined(__MINGW32__) && (!defined(_MSC_VER) ||
_MSC_VER<=1600)
inline int isfinite( double x ) { return _finite( x ); }
inline int isinf( double x ) { return !_finite( x ) && !_isnan( x ); }
#endif

should be 1700 instead of 1600
(in last post '=' was lost)

regards,
DizL





More information about the osg-users mailing list