1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 07:22:55 +08:00

Fix looping mode not being set on first track after entering song select

Closes #10656.
This commit is contained in:
Dean Herbert 2020-11-02 23:51:01 +09:00
parent 3765c8abb9
commit c3d3856a64

View File

@ -519,6 +519,7 @@ namespace osu.Game.Screens.Select
ModSelect.SelectedMods.BindTo(selectedMods);
music.CurrentTrack.Looping = true;
music.TrackChanged += ensureTrackLooping;
}