mirror of
https://github.com/ppy/osu
synced 2024-12-12 01:48:49 +00:00
Fix incorrect value being set
This commit is contained in:
parent
11a6c9bdcc
commit
f058f5e977
@ -654,7 +654,7 @@ namespace osu.Game.Screens.Select
|
||||
BeatmapDetails.Beatmap = beatmap;
|
||||
|
||||
if (music?.CurrentTrack != null)
|
||||
music.CurrentTrack.Looping = false;
|
||||
music.CurrentTrack.Looping = true;
|
||||
}
|
||||
|
||||
private readonly WeakReference<ITrack> lastTrack = new WeakReference<ITrack>(null);
|
||||
|
Loading…
Reference in New Issue
Block a user