Follow-up to #216.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
Jeffrey Han
2016-12-19 14:17:41 -05:00
parent 59ff67b617
commit 6bc6441985
2 changed files with 1 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ public abstract class Curve {
CurveRenderState.init(width, height, circleDiameter);
else {
if (Options.getSkin().getSliderStyle() != Skin.STYLE_PEPPYSLIDER)
Log.warn("New slider style requires OpenGL 2.0.");
Log.warn("New slider style requires OpenGL 3.0.");
}
}