Close beatmap options when suspending (#4761)

Close beatmap options when suspending
This commit is contained in:
Dean Herbert
2019-05-12 15:50:10 +09:00
committed by GitHub

View File

@ -505,6 +505,8 @@ namespace osu.Game.Screens.Select
{
ModSelect.Hide();
BeatmapOptions.Hide();
this.ScaleTo(1.1f, 250, Easing.InSine);
this.FadeOut(250);