diff --git a/runtime/src/settings_overlay.cpp b/runtime/src/settings_overlay.cpp index 8c26629..aad825d 100644 --- a/runtime/src/settings_overlay.cpp +++ b/runtime/src/settings_overlay.cpp @@ -1367,7 +1367,7 @@ void Draw() noexcept { DrawTopBar(); controller_mapping_wizard::Draw(); // The wizard captures raw presses; keep them out of the game. - const bool inputBlocked = controller_mapping_wizard::IsActive() || g_topBarVisible || g_rebind.active; + const bool inputBlocked = controller_mapping_wizard::IsActive() || g_rebind.active; PADBlockInput(inputBlocked); InputBindings::SetInputBlocked(inputBlocked); DrawStartupScreen();