mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 20:50:48 +08:00
Fix looping mode not being set on first track after entering song select
Closes #10656.
This commit is contained in:
@@ -519,6 +519,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
ModSelect.SelectedMods.BindTo(selectedMods);
|
||||
|
||||
music.CurrentTrack.Looping = true;
|
||||
music.TrackChanged += ensureTrackLooping;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user