1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 02:22:56 +08:00

Fix current beatmap track is started again when entering songselect and changing to another difficulty from the same beatmap set.

This commit is contained in:
MrTheMake 2017-05-20 19:53:18 +02:00
parent 5d818620c9
commit 031fddc995

View File

@ -229,6 +229,8 @@ namespace osu.Game.Screens.Select
changeBackground(Beatmap);
selectionChangeNoBounce = Beatmap.BeatmapInfo;
Content.FadeInFromZero(250);
beatmapInfoWedge.State = Visibility.Visible;