diff --git a/src/itdelatrisu/opsu/objects/Slider.java b/src/itdelatrisu/opsu/objects/Slider.java index b71cb234..53035ca8 100644 --- a/src/itdelatrisu/opsu/objects/Slider.java +++ b/src/itdelatrisu/opsu/objects/Slider.java @@ -301,7 +301,7 @@ public class Slider extends GameObject { // last circle arrow.setRotation(curve.getEndAngle()); arrow.drawCentered(endPos.x, endPos.y, arrowColor); - } else { + } else if (sliderClickedInitial) { // first circle arrow.setRotation(curve.getStartAngle()); arrow.drawCentered(x, y, arrowColor);