| 399 | } |
| 400 | |
| 401 | void TestbedApplication::updateSinglePhysicsStep() { |
| 402 | |
| 403 | assert(!mTimer.isRunning()); |
| 404 | |
| 405 | mCurrentScene->updatePhysics(); |
| 406 | } |
| 407 | |
| 408 | // Update the physics of the current scene |
| 409 | void TestbedApplication::updatePhysics() { |
nothing calls this directly
no test coverage detected