Formatting

This commit is contained in:
DrabWeb
2017-04-29 06:10:12 -03:00
parent c193a90a16
commit 3f73799975

View File

@ -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;