diff options
author | Sven Gothel <[email protected]> | 2002-04-25 03:26:08 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2002-04-25 03:26:08 +0000 |
commit | 7333295a8981aeaaa3617a4498dd922173663047 (patch) | |
tree | c25f2e1ed5901a955ea3f9e2bf6c9eaba4758875 /demos | |
parent | 53a0faa0cce4546b441cb6af033adaabd2f1da94 (diff) |
*** empty log message ***
Diffstat (limited to 'demos')
-rwxr-xr-x | demos/MiscDemos/tessdemo.java | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/demos/MiscDemos/tessdemo.java b/demos/MiscDemos/tessdemo.java index 91d9754..ccd887f 100755 --- a/demos/MiscDemos/tessdemo.java +++ b/demos/MiscDemos/tessdemo.java @@ -14,6 +14,9 @@ /* * $Log$ + * Revision 1.3 2002/04/25 03:26:09 sven + * *** empty log message *** + * * Revision 1.2 2001/02/13 05:32:09 sven * JAWT Support JDK >=1.3 * @@ -180,8 +183,9 @@ public class tessdemo extends Applet { public MyCanvas(int w, int h) { super(w,h); - GLContext.gljNativeDebug = false; - GLContext.gljClassDebug = false; + GLContext.gljNativeDebug = true; + GLContext.gljClassDebug = true; + GLContext.gljThreadDebug = true; } public void init() { |