diff options
author | Sven Gothel <[email protected]> | 2001-02-13 05:32:07 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-02-13 05:32:07 +0000 |
commit | 3e2b16a820bfe03f8f3837c3aaa615c8c4b7f18c (patch) | |
tree | d834a05eb37751b4c95045c3021589f2e22fcd9f /demos/RonsDemos/material.java | |
parent | 91bc9d109b2d16e6d42f1fbcc9d3dbca51c40b69 (diff) |
JAWT Support JDK >=1.3
Diffstat (limited to 'demos/RonsDemos/material.java')
-rw-r--r-- | demos/RonsDemos/material.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/RonsDemos/material.java b/demos/RonsDemos/material.java index 2558c84..b78a1ec 100644 --- a/demos/RonsDemos/material.java +++ b/demos/RonsDemos/material.java @@ -188,7 +188,7 @@ public class material extends Applet float low_shininess[] = { 5.0f };
float high_shininess[] = { 100.0f };
float mat_emission[] = {0.3f, 0.2f, 0.2f, 0.0f};
- int qobj;
+ long qobj;
gl.glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
|