attemt to fix shrinking sliders with odd amount of repeats with merged slider rendering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user