Is actually only called once at startup, the real main loop body is MainLoopBody.
| 58 | |
| 59 | // Is actually only called once at startup, the real main loop body is MainLoopBody. |
| 60 | void MainLoop() |
| 61 | { |
| 62 | ApplyFpsLimit(); |
| 63 | MainLoopBody(); |
| 64 | } |
nothing calls this directly
no test coverage detected