MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / frameUpdate

Method frameUpdate

src/engine/BaseEngine.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void BaseEngine::frameUpdate(double dt, uint16_t width, uint16_t height)
127{
128 onFrameUpdate(dt * getGameClock().getGameEngineSpeedFactor(), width, height);
129}
130
131void BaseEngine::loadArchives()
132{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected