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 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")