Skip to content

Commit 30af90e

Browse files
committed
Add missing call to manage_debug_inputs
1 parent 62ee574 commit 30af90e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ASM/c/main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ void before_game_state_update() {
4949
manage_music_changes();
5050
manage_uninvert_yaxis();
5151
display_misc_messages();
52+
#if DEBUG_MODE
53+
manage_debug_inputs();
54+
#endif
5255
}
5356

5457
void after_game_state_update() {

0 commit comments

Comments
 (0)