]> git.mxchange.org Git - simgear.git/commitdiff
Fix a problem in loading models with paged LOD in some circunstances ( debug with...
authorfredb <fredb>
Sat, 31 May 2008 12:05:11 +0000 (12:05 +0000)
committerfredb <fredb>
Sat, 31 May 2008 12:05:11 +0000 (12:05 +0000)
simgear/scene/model/SGPagedLOD.hxx

index d45c1bb177c183c2fa1134f799aebb59896ff159..029d3009a7037d39ba345e9f0fb7af7458b0452d 100644 (file)
@@ -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);