first attempt at merging sliders
This commit is contained in:
@@ -220,7 +220,7 @@ public class Slider extends GameObject {
|
||||
curveColor.a = curveAlpha;
|
||||
|
||||
float curveInterval = Options.isSliderSnaking() ? alpha : 1f;
|
||||
curve.draw(curveColor, curveInterval);
|
||||
//curve.draw(curveColor, curveInterval);
|
||||
color.a = alpha;
|
||||
|
||||
g.pushTransform();
|
||||
|
||||
Reference in New Issue
Block a user