Browse Source

oops, wrong typehandle name

David Rose 24 years ago
parent
commit
1e96ebed2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/device/qpvirtualMouse.h

+ 1 - 1
panda/src/device/qpvirtualMouse.h

@@ -73,7 +73,7 @@ public:
   }
   }
   static void init_type() {
   static void init_type() {
     qpDataNode::init_type();
     qpDataNode::init_type();
-    register_type(_type_handle, "qpMouseAndKeyboard",
+    register_type(_type_handle, "qpVirtualMouse",
                   qpDataNode::get_class_type());
                   qpDataNode::get_class_type());
   }
   }
   virtual TypeHandle get_type() const {
   virtual TypeHandle get_type() const {