Skip to content

Commit f02b63c

Browse files
committed
Fix bug with window not switching to displays higher than 1
1 parent 2b2db11 commit f02b63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ global_variable WrenHandle* gamepadClass = NULL;
7878
global_variable WrenHandle* updateInputMethod = NULL;
7979

8080
// These are set by cmd arguments
81-
global_variable bool SCREEN = 0;
81+
global_variable int SCREEN = 0;
8282
#ifdef DEBUG
8383
global_variable bool DEBUG_MODE = true;
8484
#else

0 commit comments

Comments
 (0)