fix issue #923 for native Bullet
This commit is contained in:
parent
a8b2ad0869
commit
21454f2ab2
@ -75,7 +75,7 @@ public class PhysicsRigidBody extends PhysicsCollisionObject {
|
||||
/**
|
||||
* 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user