mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Formatting
This commit is contained in:
@ -292,7 +292,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
int n = playListIndex + 1;
|
||||
if (n >= playList.Count)
|
||||
n = 0;
|
||||
n = 0;
|
||||
|
||||
play(playList[n].Beatmaps[0], true);
|
||||
playListIndex = n;
|
||||
|
Reference in New Issue
Block a user