MCPcopy 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
1083void Application::makeTimeNow() {
1084 _totalTime += _deltaTime;
1085 _lastTime = getCurrentTime();
1086}
1087
1088void Application::shutdown() {
1089 if (_devMode) {

Callers 1

mainLogicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected