|
@@ -53,7 +53,7 @@ public:
|
|
|
static void init_type() {
|
|
static void init_type() {
|
|
|
CollisionHandler::init_type();
|
|
CollisionHandler::init_type();
|
|
|
register_type(_type_handle, "CollisionHandlerHighestEvent",
|
|
register_type(_type_handle, "CollisionHandlerHighestEvent",
|
|
|
- CollisionHandler::get_class_type());
|
|
|
|
|
|
|
+ CollisionHandlerEvent::get_class_type());
|
|
|
}
|
|
}
|
|
|
virtual TypeHandle get_type() const {
|
|
virtual TypeHandle get_type() const {
|
|
|
return get_class_type();
|
|
return get_class_type();
|