Closed johnneijzen closed 7 years ago
It's not empty, it increments i
which is used after the for loop.
okey see just having {} makes look confusing i wonder if your remove {} will this code still work
Please consider joining our discord channel to follow up on questions like this; makes it much easier to help out! https://discord.gg/ppy
it located osu.Game > Ruleset > Objects > SliderCurve.cs Line 178
for (; i < calculatedPath.Count && cumulativeLength[i] < d0; ++i) { }