aboutsummaryrefslogtreecommitdiffstats
path: root/demos/MiscDemos/gears.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2001-06-18 23:20:46 +0000
committerSven Gothel <[email protected]>2001-06-18 23:20:46 +0000
commitcc7376ee5616743cdd7b7a5c711f054b32ae8e4e (patch)
tree1550b5fd8630667151fe30e74811abb6a45792ea /demos/MiscDemos/gears.java
parent8512ae5ab8a75fad8a75aec0b6e04e3fcd1d2c6f (diff)
2.8.0.0 pre-release cvs only
Diffstat (limited to 'demos/MiscDemos/gears.java')
-rw-r--r--demos/MiscDemos/gears.java3
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();