revert fps debug changes
This commit is contained in:
parent
133950f12d
commit
e38f88a3e4
1 changed files with 2 additions and 2 deletions
|
@ -57,11 +57,11 @@ void DrawFrameInfoStart()
|
||||||
debugText,
|
debugText,
|
||||||
sizeof(debugText),
|
sizeof(debugText),
|
||||||
"FPS: %lu | Time: %2.2f ms ",
|
"FPS: %lu | Time: %2.2f ms ",
|
||||||
DebugFrameCount * 2,
|
DebugFrameCount,
|
||||||
DebugFrameTime);
|
DebugFrameTime);
|
||||||
|
|
||||||
DebugFrameCount = 0;
|
DebugFrameCount = 0;
|
||||||
tick_fps = tick_start + 500;
|
tick_fps = tick_start + 1000;
|
||||||
|
|
||||||
CounterStart();
|
CounterStart();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue