From 1e96ebed2c5c21105749bd90d0b6ddcf77b0188b Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 13 Mar 2002 00:13:27 +0000 Subject: [PATCH] oops, wrong typehandle name --- panda/src/device/qpvirtualMouse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/device/qpvirtualMouse.h b/panda/src/device/qpvirtualMouse.h index 08c26ab331..a636c21da6 100644 --- a/panda/src/device/qpvirtualMouse.h +++ b/panda/src/device/qpvirtualMouse.h @@ -73,7 +73,7 @@ public: } static void init_type() { qpDataNode::init_type(); - register_type(_type_handle, "qpMouseAndKeyboard", + register_type(_type_handle, "qpVirtualMouse", qpDataNode::get_class_type()); } virtual TypeHandle get_type() const {