Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ DebugLogResetFrameCounter
Function
DebugLogResetFrameCounter
src/window_message.cpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
static int frame_offset = 0;
53
54
void DebugLogResetFrameCounter() {
55
frame_offset = Main_Data::game_system->GetFrameCounter();
56
}
57
#else
58
void DebugLogResetFrameCounter() { }
59
#endif
Callers
1
StartMessageProcessing
Method · 0.85
Calls
1
GetFrameCounter
Method · 0.80
Tested by
no test coverage detected