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