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

@@ -1523,6 +1523,10 @@ public class Game extends BasicGameState {
this.slidercurveTo = Math.max(pos, this.slidercurveTo);
}
public void spliceSliderCurve(int from, int to) {
this.knorkesliders.splice(from, to);
}
/**
* Draws hit objects, hit results, and follow points.
* @param g the graphics context