diff --git a/src/debug.c b/src/debug.c index f43b7aa..88690e1 100644 --- a/src/debug.c +++ b/src/debug.c @@ -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(); }