diff options
author | Sven Gothel <[email protected]> | 2001-02-14 12:54:54 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-02-14 12:54:54 +0000 |
commit | 70be669b0db3713117982dbeeadbb91ed670e901 (patch) | |
tree | bd39a986a7b840d9ebf3dc0d796032c16cbf8634 /demos/MiscDemos/gears.java | |
parent | aaad1aab82e57bc369e26f55a25b24fb77d9fd45 (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.java | 5 |
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);
}
|