1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00

Merge pull request #2132 from peppy/fix-multiple-tracks-playing

Ensure selection is finalised before exiting song select
This commit is contained in:
Dean Herbert 2018-02-28 23:15:10 +09:00 committed by GitHub
commit 16518bb478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -386,6 +386,8 @@ namespace osu.Game.Screens.Select
protected override bool OnExiting(Screen next)
{
FinaliseSelection();
beatmapInfoWedge.State = Visibility.Hidden;
Content.FadeOut(100);