mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Close beatmap options when suspending
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user