From e7291bc1e3dfff7793a22e5350f74584947bb459 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Thu, 2 Oct 2025 13:32:38 +0200 Subject: Adjustments --- src/main.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.odin') diff --git a/src/main.odin b/src/main.odin index 7533cab..334ac08 100644 --- a/src/main.odin +++ b/src/main.odin @@ -5,7 +5,7 @@ import t "tafl" main :: proc() { - width, height : i32 = 1920, 1080 + width, height : int = 1920, 1080 t.start_window(width, height, "tafl test") -- cgit v1.2.1