MCPcopy Create free account
hub / github.com/The-Powder-Toy/The-Powder-Toy / MainLoop

Function MainLoop

src/PowderToySDLEmscripten.cpp:60–64  ·  view source on GitHub ↗

Is actually only called once at startup, the real main loop body is MainLoopBody.

Source from the content-addressed store, hash-verified

58
59// Is actually only called once at startup, the real main loop body is MainLoopBody.
60void MainLoop()
61{
62 ApplyFpsLimit();
63 MainLoopBody();
64}

Callers

nothing calls this directly

Calls 2

MainLoopBodyFunction · 0.85
ApplyFpsLimitFunction · 0.70

Tested by

no test coverage detected