Browse Source

more handler event code

Zachary Pavlov 16 years ago
parent
commit
d426b9179f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/collide/collisionHandlerEvent.h

+ 1 - 1
panda/src/collide/collisionHandlerEvent.h

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