Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ getGameSpeed
Method
getGameSpeed
src/Core/Time/FramerateManager.cpp:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
double FramerateManager::getGameSpeed() const
76
{
77
return m_deltaTime * m_speedCoefficient;
78
}
79
80
double FramerateManager::getSpeedCoefficient() const
81
{
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected