Ver Fonte

whoops, incorrect inheritance for FadeLODNode registry

David Rose há 21 anos atrás
pai
commit
4ebc6b2750
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      panda/src/pgraph/fadeLodNode.h

+ 2 - 2
panda/src/pgraph/fadeLodNode.h

@@ -71,9 +71,9 @@ public:
     return _type_handle;
   }
   static void init_type() {
-    PandaNode::init_type();
+    LODNode::init_type();
     register_type(_type_handle, "FadeLODNode",
-                  PandaNode::get_class_type());
+                  LODNode::get_class_type());
   }
   virtual TypeHandle get_type() const {
     return get_class_type();