mirror of
https://github.com/osukey/osukey.git
synced 2025-06-03 11:57:36 +09:00
removed check if ModSelectOverlay is open
This commit is contained in:
parent
d129bd0c1f
commit
36dff94802
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user