mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix incorrect value being set
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user