aboutsummaryrefslogtreecommitdiff
path: root/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'game.c')
-rw-r--r--game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.c b/game.c
index 40d1876..d1149b4 100644
--- a/game.c
+++ b/game.c
@@ -42,7 +42,7 @@ void UpdateGame(void) {
42 SetTargetFPS(GetMonitorRefreshRate(GetCurrentMonitor())); 42 SetTargetFPS(GetMonitorRefreshRate(GetCurrentMonitor()));
43 } else { 43 } else {
44 ClearWindowState(FLAG_VSYNC_HINT); 44 ClearWindowState(FLAG_VSYNC_HINT);
45 SetTargetFPS(0); 45 SetTargetFPS(game.target_fps);
46 } 46 }
47 } 47 }
48 48