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