aboutsummaryrefslogtreecommitdiffstats
path: root/demos/MiscDemos/morph3d.java
diff options
context:
space:
mode:
Diffstat (limited to 'demos/MiscDemos/morph3d.java')
-rwxr-xr-xdemos/MiscDemos/morph3d.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/demos/MiscDemos/morph3d.java b/demos/MiscDemos/morph3d.java
index 37a9663..9737ab6 100755
--- a/demos/MiscDemos/morph3d.java
+++ b/demos/MiscDemos/morph3d.java
@@ -199,8 +199,9 @@ public class morph3d extends SimpleGLAnimApplet1
}
);
- GLContext.gljNativeDebug = true;
- GLContext.gljClassDebug = true;
+ GLContext.gljNativeDebug = false;
+ GLContext.gljClassDebug = false;
+ GLContext.gljThreadDebug = false;
morph3d applet = new morph3d();