mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 13:47:38 +08:00
Ensure selection is finalised before exiting song select
Resolves #2080.
This commit is contained in:
parent
1a85186b6f
commit
510ecd7c87
@ -386,6 +386,8 @@ namespace osu.Game.Screens.Select
|
|||||||
|
|
||||||
protected override bool OnExiting(Screen next)
|
protected override bool OnExiting(Screen next)
|
||||||
{
|
{
|
||||||
|
FinaliseSelection();
|
||||||
|
|
||||||
beatmapInfoWedge.State = Visibility.Hidden;
|
beatmapInfoWedge.State = Visibility.Hidden;
|
||||||
|
|
||||||
Content.FadeOut(100);
|
Content.FadeOut(100);
|
||||||
|
Loading…
Reference in New Issue
Block a user