diff options
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);
}
|