mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 21:00:58 +08:00
Fix looping not being checked
This commit is contained in:
@@ -353,7 +353,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
private void currentTrackCompleted() => Schedule(() =>
|
||||
{
|
||||
if (!beatmap.Disabled && beatmapSets.Any())
|
||||
if (!current.Track.Looping && !beatmap.Disabled && beatmapSets.Any())
|
||||
next();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user