diff options
Diffstat (limited to 'game.c')
| -rw-r--r-- | game.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
