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