mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
removed check if ModSelectOverlay is open
This commit is contained in:
@ -71,7 +71,6 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
protected override void OnSuspending(Screen next)
|
||||
{
|
||||
if (modSelect.State == Visibility.Visible)
|
||||
modSelect.Hide();
|
||||
|
||||
base.OnSuspending(next);
|
||||
|
Reference in New Issue
Block a user