1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 16:20:14 +08:00

removed check if ModSelectOverlay is open

This commit is contained in:
skettios
2017-05-05 18:16:48 -07:00
Unverified
parent d129bd0c1f
commit 36dff94802
+1 -2
View File
@@ -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);
}