don't draw sliderend
This commit is contained in:
parent
759187b4cd
commit
72aa856818
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user