mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
incorrect init_type()
This commit is contained in:
parent
5037c9c9b4
commit
7acbb5dec7
@ -53,7 +53,7 @@ public:
|
|||||||
return _type_handle;
|
return _type_handle;
|
||||||
}
|
}
|
||||||
static void init_type() {
|
static void init_type() {
|
||||||
TypedReferenceCount::init_type();
|
FactoryParam::init_type();
|
||||||
register_type(_type_handle, "BamReaderParam",
|
register_type(_type_handle, "BamReaderParam",
|
||||||
FactoryParam::get_class_type());
|
FactoryParam::get_class_type());
|
||||||
}
|
}
|
||||||
|
@ -58,7 +58,7 @@ public:
|
|||||||
return _type_handle;
|
return _type_handle;
|
||||||
}
|
}
|
||||||
static void init_type() {
|
static void init_type() {
|
||||||
TypedReferenceCount::init_type();
|
FactoryParam::init_type();
|
||||||
register_type(_type_handle, "WritableParam",
|
register_type(_type_handle, "WritableParam",
|
||||||
FactoryParam::get_class_type());
|
FactoryParam::get_class_type());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user