1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +08:00

fix the fix

silly me, that was configured for vitaru!
This commit is contained in:
Shawdooow 2017-12-23 23:08:55 -05:00
parent a656656403
commit d333fc5efe

View File

@ -117,7 +117,7 @@ namespace osu.Game.Rulesets.Osu.Objects
var minDistanceFromEnd = Velocity * 0.01;
bool sliderStart = false;
bool sliderStart = true;
for (var repeat = 0; repeat < RepeatCount; repeat++)
{