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