MCPcopy 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

52static int frame_offset = 0;
53
54void DebugLogResetFrameCounter() {
55 frame_offset = Main_Data::game_system->GetFrameCounter();
56}
57#else
58void DebugLogResetFrameCounter() { }
59#endif

Callers 1

Calls 1

GetFrameCounterMethod · 0.80

Tested by

no test coverage detected