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
commit 9add2562f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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