oops, wrong typehandle name

This commit is contained in:
David Rose 2002-03-13 00:13:27 +00:00
parent 7c485c0818
commit 1e96ebed2c

View File

@ -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 {