Close beatmap options when suspending

This commit is contained in:
Joehu
2019-05-11 21:26:42 -07:00
parent f5d7330a20
commit 175daac16a

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);