MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setTimestep

Method setTimestep

source/game/StarMovementController.cpp:473–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473void MovementController::setTimestep(float dt) {
474 m_timeStep = dt;
475}
476
477void MovementController::tickMaster(float dt) {
478 setTimestep(dt);

Callers 5

updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected