Merge pull request #4340 from Joehuu/fix-home-button-cancel-2

Fix home button being cancelled by mod select again
This commit is contained in:
Dean Herbert 2019-02-27 22:20:58 +09:00 committed by GitHub
commit 05aa80b184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -512,12 +512,6 @@ namespace osu.Game.Screens.Select
if (base.OnExiting(next))
return true;
if (ModSelect.State == Visibility.Visible)
{
ModSelect.Hide();
return true;
}
beatmapInfoWedge.State = Visibility.Hidden;
this.FadeOut(100);