don't assume that OSG 2.8.3 has PagedLOD options

I was confused by my git svn import of the OSG tree.
This commit is contained in:
Tim Moore
2011-02-16 16:46:24 +01:00
parent df6badfdd5
commit f106dc2a29

View File

@@ -20,8 +20,7 @@
#include <simgear/structure/OSGVersion.hxx>
#define SG_PAGEDLOD_HAS_OPTIONS \
(SG_OSG_VERSION >= 29005 \
|| (SG_OSG_VERSION < 29000 && SG_OSG_VERSION >= 28003))
(SG_OSG_VERSION >= 29005)
#include <osg/PagedLOD>
#include <osgDB/Registry>