diff options
Diffstat (limited to 'src/main.odin')
| -rw-r--r-- | src/main.odin | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.odin b/src/main.odin index 0ce4fac..3b0f203 100644 --- a/src/main.odin +++ b/src/main.odin @@ -140,9 +140,10 @@ main :: proc() { rl.SetTraceLogCallback(raylib_log) rl.InitWindow(480 * 2, 360 * 2, "Demonchime") - rl.SetWindowState({.WINDOW_RESIZABLE}) + rl.SetTargetFPS(240) + init() for !rl.WindowShouldClose() { |
