mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:58:21 +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)
|
||||
{
|
||||
FinaliseSelection();
|
||||
|
||||
beatmapInfoWedge.State = Visibility.Hidden;
|
||||
|
||||
Content.FadeOut(100);
|
||||
|
Loading…
Reference in New Issue
Block a user