MCPcopy Create free account
hub / github.com/Prograda/Skybolt / advanceSimTime

Function advanceSimTime

src/Skybolt/SkyboltPythonBindings/PythonBindings.cpp:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171static void advanceSimTime(EngineRoot& engineRoot, double dt)
172{
173 // FIXME TODO: we should be starting from current sim time, not starting from zero
174 SimStepper stepper(engineRoot.systemRegistry);
175 stepper.update(dt);
176}
177
178static void advanceWallTime(EngineRoot& engineRoot, double dt)
179{

Callers 1

renderFunction · 0.85

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected