add options for slider styles and make it all work
This commit is contained in:
@@ -143,6 +143,8 @@ public class CurveRenderState {
|
||||
GL11.glClear(GL11.GL_COLOR_BUFFER_BIT | GL11.GL_DEPTH_BUFFER_BIT);
|
||||
}
|
||||
if (firstPointDrawn != drawFrom) {
|
||||
GL11.glClearColor(0.0f, 0.0f, 0.0f, 0.0f);
|
||||
GL11.glClear(GL11.GL_COLOR_BUFFER_BIT | GL11.GL_DEPTH_BUFFER_BIT);
|
||||
firstPointDrawn = drawFrom;
|
||||
this.renderCurve(color, borderColor, drawFrom, drawUpTo, true);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user