diff --git a/desktop_version/src/main.cpp b/desktop_version/src/main.cpp index ca923e49..7f1693dd 100644 --- a/desktop_version/src/main.cpp +++ b/desktop_version/src/main.cpp @@ -491,10 +491,13 @@ void inline fixedloop() key.toggleFullscreen = false; key.keymap.clear(); //we lost the input due to a new window. - game.press_left = false; - game.press_right = false; - game.press_action = true; - game.press_map = false; + if (game.glitchrunnermode) + { + game.press_left = false; + game.press_right = false; + game.press_action = true; + game.press_map = false; + } } if(!key.isActive)