| 139 | // <- |
| 140 | |
| 141 | void System::dispatchSimulation(float p_DeltaT) |
| 142 | { |
| 143 | _INTR_PROFILE_CPU("Physics", "Dispatch Simulation"); |
| 144 | |
| 145 | _pxScene->simulate(p_DeltaT); |
| 146 | } |
| 147 | |
| 148 | // <- |
| 149 |
nothing calls this directly
no outgoing calls
no test coverage detected