From 69ea4b846a937705c9d96999db7dc72f921eecb4 Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 31 May 2008 12:05:11 +0000 Subject: [PATCH] Fix a problem in loading models with paged LOD in some circunstances ( debug with MSVC for instance ) --- simgear/scene/model/SGPagedLOD.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/scene/model/SGPagedLOD.hxx b/simgear/scene/model/SGPagedLOD.hxx index d45c1bb1..029d3009 100644 --- a/simgear/scene/model/SGPagedLOD.hxx +++ b/simgear/scene/model/SGPagedLOD.hxx @@ -36,7 +36,7 @@ public: SGPagedLOD(const SGPagedLOD&,const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY); - META_Node(osg, PagedLOD); + META_Node(osg, SGPagedLOD); // virtual void traverse(osg::NodeVisitor& nv); virtual void forceLoad(osgDB::DatabasePager* dbp); -- 2.39.5