don't draw sliderend

This commit is contained in:
yugecin 2016-09-28 22:03:45 +02:00
parent 759187b4cd
commit 72aa856818

View File

@ -196,10 +196,12 @@ public class Slider extends GameObject {
curve.draw(color,curveInterval); curve.draw(color,curveInterval);
color.a = alpha; color.a = alpha;
/*
// end circle // end circle
Vec2f endCircPos = curve.pointAt(curveInterval); Vec2f endCircPos = curve.pointAt(curveInterval);
hitCircle.drawCentered(endCircPos.x, endCircPos.y, color); hitCircle.drawCentered(endCircPos.x, endCircPos.y, color);
hitCircleOverlay.drawCentered(endCircPos.x, endCircPos.y, Colors.WHITE_FADE); hitCircleOverlay.drawCentered(endCircPos.x, endCircPos.y, Colors.WHITE_FADE);
*/
// start circle // start circle
hitCircle.drawCentered(x, y, color); hitCircle.drawCentered(x, y, color);