This commit is contained in:
Dean Herbert
2017-04-07 15:20:39 +09:00
parent 06776443eb
commit 7e99fc47e2
6 changed files with 423 additions and 37 deletions

View File

@ -117,7 +117,7 @@ namespace osu.Game.Screens.Play
}
float step = values.Length / (float)ColumnCount;
for (float i = 0; i < values.Length; i += step)
for (float i = 0; i < values.Length; i += step)
{
newValues.Add(values[(int)i]);
}