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/renormal.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/RonsDemos/renormal.java') 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); -- cgit v1.2.3