From a140ed4798896ed5d786fbe63e7241309a4b4a91 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 5 Apr 2011 01:44:39 +0200 Subject: Fix: DEBUG field (regression) --- src/jogl/classes/jogamp/opengl/GLContextImpl.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/jogl/classes/jogamp/opengl/GLContextImpl.java') diff --git a/src/jogl/classes/jogamp/opengl/GLContextImpl.java b/src/jogl/classes/jogamp/opengl/GLContextImpl.java index 373f41699..9361fb0f9 100644 --- a/src/jogl/classes/jogamp/opengl/GLContextImpl.java +++ b/src/jogl/classes/jogamp/opengl/GLContextImpl.java @@ -63,6 +63,8 @@ import javax.media.opengl.GLPipelineFactory; import javax.media.opengl.GLProfile; public abstract class GLContextImpl extends GLContext { + public static final boolean DEBUG = Debug.debug("GLContext"); + protected GLContextLock lock = new GLContextLock(); /** -- cgit v1.2.3