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/quadric.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/RonsDemos/quadric.java') diff --git a/demos/RonsDemos/quadric.java b/demos/RonsDemos/quadric.java index 932f428..0c39b13 100644 --- a/demos/RonsDemos/quadric.java +++ b/demos/RonsDemos/quadric.java @@ -125,7 +125,7 @@ public class quadric extends Applet System.out.println("init(): " + this); reshape(getSize().width, getSize().height); - int qobj; + long qobj; float mat_ambient[] = { 0.5f, 0.5f, 0.5f, 1.0f }; float mat_specular[] = { 1.0f, 1.0f, 1.0f, 1.0f }; float mat_shininess[] = { 50.0f }; -- cgit v1.2.3