This commit is contained in:
David Rose 2002-03-18 17:54:08 +00:00
parent 3c61d80b69
commit 4d35e9a9eb

View File

@ -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 {