From 3e2b16a820bfe03f8f3837c3aaa615c8c4b7f18c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 13 Feb 2001 05:32:07 +0000 Subject: JAWT Support JDK >=1.3 --- demos/RonsDemos/polyoff.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/RonsDemos/polyoff.java') diff --git a/demos/RonsDemos/polyoff.java b/demos/RonsDemos/polyoff.java index a79a398..255aa0a 100644 --- a/demos/RonsDemos/polyoff.java +++ b/demos/RonsDemos/polyoff.java @@ -147,7 +147,7 @@ public class polyoff extends Applet list = gl.glGenLists(1); gl.glNewList (list, GL_COMPILE); - int qobj = glu.gluNewQuadric(); + long qobj = glu.gluNewQuadric(); glu.gluQuadricOrientation(qobj,GLU_OUTSIDE); glu.gluQuadricNormals(qobj,GLU_SMOOTH); glu.gluQuadricTexture(qobj,false); -- cgit v1.2.3