From: fredb Date: Sat, 31 May 2008 12:05:11 +0000 (+0000) Subject: Fix a problem in loading models with paged LOD in some circunstances ( debug with... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=69ea4b846a937705c9d96999db7dc72f921eecb4;p=simgear.git Fix a problem in loading models with paged LOD in some circunstances ( debug with MSVC for instance ) --- 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);