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

Robert Osfield robert.osfield at gmail.com
Mon Jul 20 00:43:06 PDT 2015


Hi Dizl,

Thanks for the testing and clarification.  I have checked the
following into OSG svn/trunk and OSG-3.4 branch.  The next 3.4.0-rc
will have this fix.

Cheers,
Robert.

On 20 July 2015 at 08:37, DizL <karcios at poczta.onet.pl> wrote:
> 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
>
>
> _______________________________________________
> osg-users mailing list
> osg-users at lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org



More information about the osg-users mailing list