Searched refs:parallelPhysicsUpdate (Results 1 – 1 of 1) sorted by relevance
95 private Callable<Boolean> parallelPhysicsUpdate = new Callable<Boolean>() { field in BulletAppState183 physicsFuture = executor.submit(parallelPhysicsUpdate); in render()