David Rose 24 years ago
parent
commit
4d35e9a9eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pgraph/qpnodePathLerps.h

+ 1 - 1
panda/src/pgraph/qpnodePathLerps.h

@@ -62,7 +62,7 @@ public:
   }
   static void init_type(void) {
     LPoint3fLerpFunctor::init_type();
-    register_type(_type_handle, "PosLerpFunctor",
+    register_type(_type_handle, "qpPosLerpFunctor",
                   LPoint3fLerpFunctor::get_class_type());
   }
   virtual TypeHandle get_type(void) const {