aboutsummaryrefslogtreecommitdiffstats
path: root/demos/MiscDemos/morph3d.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2001-12-06 09:18:00 +0000
committerSven Gothel <[email protected]>2001-12-06 09:18:00 +0000
commit8fdc4baaee82a63247a9f4203dace4ee910881bb (patch)
treef9ff045a8756d695c3afafadb5256c86813eecef /demos/MiscDemos/morph3d.java
parent5a67c0f5302dbd445d744450db58d1122096b742 (diff)
2.8.1 rc 0rel-2-8-1-0-rc
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();