mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 17:32:54 +08:00
fix the fix
silly me, that was configured for vitaru!
This commit is contained in:
parent
a656656403
commit
d333fc5efe
@ -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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user