also use splice for non-merging sliders instead of reverse

This commit is contained in:
yugecin
2016-12-04 22:03:09 +01:00
parent 0eb09d4e0d
commit 8171cfdec6
3 changed files with 8 additions and 27 deletions

View File

@@ -159,10 +159,6 @@ public abstract class Curve {
}
}
public void reverse() {
renderState.reverse();
}
public void splice(int from, int to) {
renderState.splice(from, to);
}