aboutsummaryrefslogtreecommitdiffstats
path: root/demos/RonsDemos/renormal.java
diff options
context:
space:
mode:
Diffstat (limited to 'demos/RonsDemos/renormal.java')
-rw-r--r--demos/RonsDemos/renormal.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/RonsDemos/renormal.java b/demos/RonsDemos/renormal.java
index 783bf15..1a0ecdf 100644
--- a/demos/RonsDemos/renormal.java
+++ b/demos/RonsDemos/renormal.java
@@ -93,7 +93,7 @@ public class renormal extends SimpleGLAnimApplet1
gl.glPushMatrix();
gl.glScalef(scale, scale, scale);
- int qobj = glu.gluNewQuadric();
+ long qobj = glu.gluNewQuadric();
glu.gluQuadricOrientation(qobj,GLU_OUTSIDE);
glu.gluQuadricNormals(qobj,GLU_SMOOTH);
glu.gluQuadricTexture(qobj,false);