aboutsummaryrefslogtreecommitdiffstats
path: root/demos/MiscDemos/gears.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2001-02-14 12:54:54 +0000
committerSven Gothel <[email protected]>2001-02-14 12:54:54 +0000
commit70be669b0db3713117982dbeeadbb91ed670e901 (patch)
treebd39a986a7b840d9ebf3dc0d796032c16cbf8634 /demos/MiscDemos/gears.java
parentaaad1aab82e57bc369e26f55a25b24fb77d9fd45 (diff)
rel-2-5-2-0-test3rel-2-5-2-0-test3
Diffstat (limited to 'demos/MiscDemos/gears.java')
-rw-r--r--demos/MiscDemos/gears.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/demos/MiscDemos/gears.java b/demos/MiscDemos/gears.java
index 3be3c28..e544a08 100644
--- a/demos/MiscDemos/gears.java
+++ b/demos/MiscDemos/gears.java
@@ -23,7 +23,7 @@ public class gears extends SimpleGLAnimApplet1
/* Initialize the applet */
static {
- GLContext.gljNativeDebug = false;
+ GLContext.gljNativeDebug = true;
GLContext.gljThreadDebug = false;
GLContext.gljClassDebug = true;
}
@@ -31,6 +31,9 @@ public class gears extends SimpleGLAnimApplet1
public void init()
{
+ GLContext.gljNativeDebug = true;
+ GLContext.gljThreadDebug = false;
+ GLContext.gljClassDebug = true;
init(false);
}