mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
wip
This commit is contained in:
@ -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]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user