aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.odin')
-rw-r--r--src/main.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.odin b/src/main.odin
index 0775449..8703a64 100644
--- a/src/main.odin
+++ b/src/main.odin
@@ -197,7 +197,7 @@ main :: proc() {
rl.SetTraceLogCallback(raylib_log)
- rl.InitWindow(480 * 2, 360 * 2, "Demonchime")
+ rl.InitWindow(SCREEN_WIDTH * 3, SCREEN_HEIGHT * 3, "Demonchime")
rl.SetWindowState({.WINDOW_RESIZABLE})
rl.SetTargetFPS(240)