[pkg-fgfs-crew] r133 - /simgear/trunk/simgear/scene/model/SGPagedLOD.hxx

ovek at users.alioth.debian.org ovek at users.alioth.debian.org
Thu Jul 21 12:46:03 UTC 2011


Author: ovek
Date: Thu Jul 21 12:46:03 2011
New Revision: 133

URL: http://svn.debian.org/wsvn/pkg-fgfs/?sc=1&rev=133
Log:
Continue to allow compilation with OSG currently in testing.

Modified:
    simgear/trunk/simgear/scene/model/SGPagedLOD.hxx

Modified: simgear/trunk/simgear/scene/model/SGPagedLOD.hxx
URL: http://svn.debian.org/wsvn/pkg-fgfs/simgear/trunk/simgear/scene/model/SGPagedLOD.hxx?rev=133&op=diff
==============================================================================
--- simgear/trunk/simgear/scene/model/SGPagedLOD.hxx (original)
+++ simgear/trunk/simgear/scene/model/SGPagedLOD.hxx Thu Jul 21 12:46:03 2011
@@ -21,7 +21,7 @@
 
 #define SG_PAGEDLOD_HAS_OPTIONS \
     (SG_OSG_VERSION >= 29005 \
-     || (SG_OSG_VERSION < 29000 && SG_OSG_VERSION >= 28003))
+     || (SG_OSG_VERSION < 29000 && SG_OSG_VERSION > 28003))
 
 #include <osg/PagedLOD>
 #include <osgDB/Registry>




More information about the pkg-fgfs-crew mailing list