mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Close beatmap options when suspending (#4761)
Close beatmap options when suspending
This commit is contained in:
commit
9add2562f9
@ -505,6 +505,8 @@ namespace osu.Game.Screens.Select
|
|||||||
{
|
{
|
||||||
ModSelect.Hide();
|
ModSelect.Hide();
|
||||||
|
|
||||||
|
BeatmapOptions.Hide();
|
||||||
|
|
||||||
this.ScaleTo(1.1f, 250, Easing.InSine);
|
this.ScaleTo(1.1f, 250, Easing.InSine);
|
||||||
|
|
||||||
this.FadeOut(250);
|
this.FadeOut(250);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user