Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ makeTimeNow
Method
makeTimeNow
Source/Basic/Application.cpp:1083–1086 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1081
}
1082
1083
void Application::makeTimeNow() {
1084
_totalTime += _deltaTime;
1085
_lastTime = getCurrentTime();
1086
}
1087
1088
void Application::shutdown() {
1089
if (_devMode) {
Callers
1
mainLogic
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected