1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

revert fps debug changes

This commit is contained in:
FunkyFr3sh 2018-12-10 03:39:15 +01:00
parent 133950f12d
commit e38f88a3e4

View File

@ -57,11 +57,11 @@ void DrawFrameInfoStart()
debugText,
sizeof(debugText),
"FPS: %lu | Time: %2.2f ms ",
DebugFrameCount * 2,
DebugFrameCount,
DebugFrameTime);
DebugFrameCount = 0;
tick_fps = tick_start + 500;
tick_fps = tick_start + 1000;
CounterStart();
}