We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2db11 commit f02b63cCopy full SHA for f02b63c
src/main.c
@@ -78,7 +78,7 @@ global_variable WrenHandle* gamepadClass = NULL;
78
global_variable WrenHandle* updateInputMethod = NULL;
79
80
// These are set by cmd arguments
81
-global_variable bool SCREEN = 0;
+global_variable int SCREEN = 0;
82
#ifdef DEBUG
83
global_variable bool DEBUG_MODE = true;
84
#else
0 commit comments