attemt to fix shrinking sliders with odd amount of repeats with merged slider rendering

This commit is contained in:
yugecin
2016-12-04 21:52:15 +01:00
parent 50f475e0f7
commit a3af1c71b8
4 changed files with 32 additions and 8 deletions

View File

@@ -160,11 +160,13 @@ public abstract class Curve {
}
public void reverse() {
if (renderState == null)
renderState = new CurveRenderState(hitObject, curve);
renderState.reverse();
}
public void splice(int from, int to) {
renderState.splice(from, to);
}
/**
* Returns the angle of the first control point.
*/