aboutsummaryrefslogtreecommitdiffstats
path: root/demos/RonsDemos/moth.java
diff options
context:
space:
mode:
Diffstat (limited to 'demos/RonsDemos/moth.java')
-rw-r--r--demos/RonsDemos/moth.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/RonsDemos/moth.java b/demos/RonsDemos/moth.java
index c12a4a9..dfc42ac 100644
--- a/demos/RonsDemos/moth.java
+++ b/demos/RonsDemos/moth.java
@@ -423,7 +423,7 @@ public class moth extends SimpleGLAnimApplet1
gl.glTranslatef(0.0f, 1.6f, -5.0f);
/* draw lamp */
- int qobj = glu.gluNewQuadric();
+ long qobj = glu.gluNewQuadric();
glu.gluQuadricOrientation(qobj,GLU_OUTSIDE);
glu.gluQuadricNormals(qobj,GLU_SMOOTH);
glu.gluQuadricTexture(qobj,false);