mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09: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:
@ -229,6 +229,8 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
changeBackground(Beatmap);
|
||||
|
||||
selectionChangeNoBounce = Beatmap.BeatmapInfo;
|
||||
|
||||
Content.FadeInFromZero(250);
|
||||
|
||||
beatmapInfoWedge.State = Visibility.Visible;
|
||||
|
Reference in New Issue
Block a user