| 31 | } |
| 32 | |
| 33 | BulletSystem::BulletSystem(BulletWorld* world) : |
| 34 | mWorld(world) |
| 35 | { |
| 36 | assert(mWorld); |
| 37 | } |
| 38 | |
| 39 | void BulletSystem::advanceSimTime(SecondsD newTime, SecondsD dt) |
| 40 | { |
nothing calls this directly
no outgoing calls
no test coverage detected