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:
parent
3765c8abb9
commit
c3d3856a64
@ -519,6 +519,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
ModSelect.SelectedMods.BindTo(selectedMods);
|
||||
|
||||
music.CurrentTrack.Looping = true;
|
||||
music.TrackChanged += ensureTrackLooping;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user