From f106dc2a29dcfce59fe82083ef1c8e6c35767467 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Wed, 16 Feb 2011 16:46:24 +0100 Subject: [PATCH] don't assume that OSG 2.8.3 has PagedLOD options I was confused by my git svn import of the OSG tree. --- simgear/scene/model/SGPagedLOD.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/simgear/scene/model/SGPagedLOD.hxx b/simgear/scene/model/SGPagedLOD.hxx index a9e55d96..61530de3 100644 --- a/simgear/scene/model/SGPagedLOD.hxx +++ b/simgear/scene/model/SGPagedLOD.hxx @@ -20,8 +20,7 @@ #include #define SG_PAGEDLOD_HAS_OPTIONS \ - (SG_OSG_VERSION >= 29005 \ - || (SG_OSG_VERSION < 29000 && SG_OSG_VERSION >= 28003)) + (SG_OSG_VERSION >= 29005) #include #include -- 2.39.5