|
|
@ -171,6 +171,7 @@ public class BulletAppState implements AppState, PhysicsTickListener { |
|
|
|
if (!initialized) { |
|
|
|
if (!initialized) { |
|
|
|
startPhysics(); |
|
|
|
startPhysics(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
this.app = app; |
|
|
|
this.stateManager = stateManager; |
|
|
|
this.stateManager = stateManager; |
|
|
|
initialized = true; |
|
|
|
initialized = true; |
|
|
|
} |
|
|
|
} |
|
|
@ -339,5 +340,6 @@ public class BulletAppState implements AppState, PhysicsTickListener { |
|
|
|
* parallel, update order is kept.<br/> Multiple BulletAppStates will |
|
|
|
* parallel, update order is kept.<br/> Multiple BulletAppStates will |
|
|
|
* execute in parallel in this mode. |
|
|
|
* execute in parallel in this mode. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
PARALLEL,} |
|
|
|
PARALLEL, |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|