With ThreadingType.PARALLEL, a BulletAppState will receive more physicsTick() callbacks than it should.
This happens because addTickListener() gets invoked multiple times: once in startPhysics() and again each time a task generated by startPhysicsOnExecutor() executes.
With ThreadingType.PARALLEL, a BulletAppState will receive more physicsTick() callbacks than it should.
This happens because addTickListener() gets invoked multiple times: once in startPhysics() and again each time a task generated by startPhysicsOnExecutor() executes.