mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09: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