mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 21:40:34 +08:00
removed check if ModSelectOverlay is open
This commit is contained in:
@@ -71,8 +71,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
protected override void OnSuspending(Screen next)
|
||||
{
|
||||
if (modSelect.State == Visibility.Visible)
|
||||
modSelect.Hide();
|
||||
modSelect.Hide();
|
||||
|
||||
base.OnSuspending(next);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user