From efa3af6e4666bbf9dc19daa6da2e97b047b92bca Mon Sep 17 00:00:00 2001 From: Zachary Pavlov Date: Thu, 13 Aug 2009 16:00:00 +0000 Subject: [PATCH] typos abound --- panda/src/collide/collisionHandlerEvent.h | 2 +- panda/src/collide/collisionHandlerHighestEvent.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/collide/collisionHandlerEvent.h b/panda/src/collide/collisionHandlerEvent.h index a2698e9d30..bc6db4169a 100644 --- a/panda/src/collide/collisionHandlerEvent.h +++ b/panda/src/collide/collisionHandlerEvent.h @@ -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 { diff --git a/panda/src/collide/collisionHandlerHighestEvent.h b/panda/src/collide/collisionHandlerHighestEvent.h index f655e4a8b5..37beed36b4 100755 --- a/panda/src/collide/collisionHandlerHighestEvent.h +++ b/panda/src/collide/collisionHandlerHighestEvent.h @@ -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();