fix issue #923 for native Bullet
This commit is contained in:
parent
d0d67af395
commit
39c1c6ee0a
@ -75,7 +75,7 @@ public class PhysicsRigidBody extends PhysicsCollisionObject {
|
|||||||
/**
|
/**
|
||||||
* joint list
|
* joint list
|
||||||
*/
|
*/
|
||||||
protected ArrayList<PhysicsJoint> joints = new ArrayList<PhysicsJoint>();
|
protected ArrayList<PhysicsJoint> joints = new ArrayList<PhysicsJoint>(4);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* No-argument constructor needed by SavableClassUtil. Do not invoke
|
* No-argument constructor needed by SavableClassUtil. Do not invoke
|
||||||
|
Loading…
x
Reference in New Issue
Block a user