From 8fdc4baaee82a63247a9f4203dace4ee910881bb Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 6 Dec 2001 09:18:00 +0000 Subject: 2.8.1 rc 0 --- demos/MiscDemos/morph3d.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'demos/MiscDemos/morph3d.java') 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(); -- cgit v1.2.3