diff options
author | Sven Gothel <[email protected]> | 2011-04-05 01:44:39 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-04-05 01:44:39 +0200 |
commit | a140ed4798896ed5d786fbe63e7241309a4b4a91 (patch) | |
tree | 206afb4fcd6f8cfb6f737359ab8fd17134d9bbac /src/jogl/classes/jogamp/opengl/GLContextImpl.java | |
parent | 8297ef88b927e07b41760ab3e9de05bc49fd4695 (diff) |
Fix: DEBUG field (regression)
Diffstat (limited to 'src/jogl/classes/jogamp/opengl/GLContextImpl.java')
-rw-r--r-- | src/jogl/classes/jogamp/opengl/GLContextImpl.java | 2 |
1 files changed, 2 insertions, 0 deletions
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(); /** |