From cc7376ee5616743cdd7b7a5c711f054b32ae8e4e Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 18 Jun 2001 23:20:46 +0000 Subject: 2.8.0.0 pre-release cvs only --- demos/MiscDemos/gears.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'demos/MiscDemos/gears.java') diff --git a/demos/MiscDemos/gears.java b/demos/MiscDemos/gears.java index 3626a6b..b80e3e1 100644 --- a/demos/MiscDemos/gears.java +++ b/demos/MiscDemos/gears.java @@ -30,6 +30,9 @@ public class gears extends SimpleGLAnimApplet1 public void init(boolean showGL) { super.init(); + GLContext.gljNativeDebug = false; + GLContext.gljClassDebug = false; + Dimension d = getSize(); GLCapabilities caps = new GLCapabilities(); -- cgit v1.2.3