Updates to the flt loader, from Brede Johansen.

This commit is contained in:
Robert Osfield 2001-12-04 19:41:08 +00:00
parent d7ded2d90f
commit 396b2668c8

View File

@ -45,7 +45,7 @@ class DynGeoSet : public osg::GeoSet
virtual osg::Object* clone() const { return new DynGeoSet(); }
virtual bool isSameKindAs(const osg::Object* obj) const { return dynamic_cast<const DynGeoSet*>(obj)!=NULL; }
virtual const char* className() const { return "DynGeoSet"; }
virtual const char* className() const { return "GeoSet"; }
int compare(const DynGeoSet& rhs) const
{