diff --git a/src/java/org/lwjgl/opengl/glu/Quadric.java b/src/java/org/lwjgl/opengl/glu/Quadric.java index a925420d..55c80a4a 100644 --- a/src/java/org/lwjgl/opengl/glu/Quadric.java +++ b/src/java/org/lwjgl/opengl/glu/Quadric.java @@ -22,10 +22,10 @@ public class Quadric implements GLUConstants { public Quadric() { super(); - drawStyle = this.GLU_FILL; - orientation = this.GLU_OUTSIDE; + drawStyle = GLUConstants.GLU_FILL; + orientation = GLUConstants.GLU_OUTSIDE; textureFlag = false; - normals = this.GLU_SMOOTH; + normals = GLUConstants.GLU_SMOOTH; } /**