mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
more handler event code
This commit is contained in:
parent
53ba5b162d
commit
d426b9179f
@ -95,7 +95,7 @@ public:
|
|||||||
}
|
}
|
||||||
static void init_type() {
|
static void init_type() {
|
||||||
CollisionHandler::init_type();
|
CollisionHandler::init_type();
|
||||||
register_type(_type_handle, "CollisionHandlerEvent",
|
register_type(_type_handle, "CollisionHandlerHighestEvent",
|
||||||
CollisionHandler::get_class_type());
|
CollisionHandler::get_class_type());
|
||||||
}
|
}
|
||||||
virtual TypeHandle get_type() const {
|
virtual TypeHandle get_type() const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user