mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 05:06:25 -04:00
*** empty log message ***
This commit is contained in:
parent
e88c6726d7
commit
c395c24fa5
@ -56,7 +56,8 @@ protected:
|
|||||||
PhysicalNode(const PhysicalNode ©);
|
PhysicalNode(const PhysicalNode ©);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
pvector< PT(Physical) > _physicals;
|
typedef pvector<PT(Physical)> PhysicalsVector;
|
||||||
|
PhysicalsVector _physicals;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static TypeHandle get_class_type() {
|
static TypeHandle get_class_type() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user