Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
473
void MovementController::setTimestep(float dt) {
474
m_timeStep = dt;
475
}
476
477
void MovementController::tickMaster(float dt) {
478
setTimestep(dt);
Callers
5
update
Method · 0.80
update
Method · 0.80
update
Method · 0.80
update
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected