We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dc93d9 + 30af90e commit 1876322Copy full SHA for 1876322
ASM/c/main.c
@@ -49,6 +49,9 @@ void before_game_state_update() {
49
manage_music_changes();
50
manage_uninvert_yaxis();
51
display_misc_messages();
52
+#if DEBUG_MODE
53
+ manage_debug_inputs();
54
+#endif
55
}
56
57
void after_game_state_update() {
version.py
@@ -1,4 +1,4 @@
1
-__version__ = '9.0.20'
+__version__ = '9.0.21'
2
3
# This is a supplemental version number for branches based off of main dev.
4
supplementary_version = 0
0 commit comments