diff options
author | Sven Gothel <[email protected]> | 2001-06-18 23:20:46 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-06-18 23:20:46 +0000 |
commit | cc7376ee5616743cdd7b7a5c711f054b32ae8e4e (patch) | |
tree | 1550b5fd8630667151fe30e74811abb6a45792ea /demos/MiscDemos/gears.java | |
parent | 8512ae5ab8a75fad8a75aec0b6e04e3fcd1d2c6f (diff) |
2.8.0.0 pre-release cvs only
Diffstat (limited to 'demos/MiscDemos/gears.java')
-rw-r--r-- | demos/MiscDemos/gears.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/MiscDemos/gears.java b/demos/MiscDemos/gears.java index 3626a6b..b80e3e1 100644 --- a/demos/MiscDemos/gears.java +++ b/demos/MiscDemos/gears.java @@ -30,6 +30,9 @@ public class gears extends SimpleGLAnimApplet1 public void init(boolean showGL)
{
super.init();
+ GLContext.gljNativeDebug = false;
+ GLContext.gljClassDebug = false;
+
Dimension d = getSize();
GLCapabilities caps = new GLCapabilities();
|