mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
typos abound
This commit is contained in:
parent
29c1d34cf6
commit
efa3af6e46
@ -95,7 +95,7 @@ public:
|
||||
}
|
||||
static void init_type() {
|
||||
CollisionHandler::init_type();
|
||||
register_type(_type_handle, "CollisionHandlerHighestEvent",
|
||||
register_type(_type_handle, "CollisionHandlerEvent",
|
||||
CollisionHandler::get_class_type());
|
||||
}
|
||||
virtual TypeHandle get_type() const {
|
||||
|
@ -53,7 +53,7 @@ public:
|
||||
static void init_type() {
|
||||
CollisionHandler::init_type();
|
||||
register_type(_type_handle, "CollisionHandlerHighestEvent",
|
||||
CollisionHandler::get_class_type());
|
||||
CollisionHandlerEvent::get_class_type());
|
||||
}
|
||||
virtual TypeHandle get_type() const {
|
||||
return get_class_type();
|
||||
|
Loading…
x
Reference in New Issue
Block a user