mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
Minor fixes, no API change.
This commit is contained in:
parent
5ebc96d531
commit
35a3287abd
@ -117,9 +117,9 @@ public:
|
||||
return _type_handle;
|
||||
}
|
||||
static void init_type() {
|
||||
PandaNode::init_type();
|
||||
GeomNode::init_type();
|
||||
register_type(_type_handle, "BulletDebugNode",
|
||||
PandaNode::get_class_type());
|
||||
GeomNode::get_class_type());
|
||||
}
|
||||
virtual TypeHandle get_type() const {
|
||||
return get_class_type();
|
||||
|
@ -16,6 +16,8 @@
|
||||
#include "bulletRigidBodyNode.h"
|
||||
#include "bulletGhostNode.h"
|
||||
|
||||
#include "geomLines.h"
|
||||
#include "geomTriangles.h"
|
||||
#include "geomVertexRewriter.h"
|
||||
|
||||
PT(InternalName) BulletHelper::_sb_index;
|
||||
|
Loading…
x
Reference in New Issue
Block a user