Merge branch 'issue-036'

This commit is contained in:
yugecin 2016-11-13 01:20:09 +01:00
commit 91a86b1be0

View File

@ -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);