diff options
author | Sven Gothel <[email protected]> | 2010-10-11 01:37:35 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-10-11 01:37:35 +0200 |
commit | 1d265b51d2c52cac33419bf0e6ef35d92dee4550 (patch) | |
tree | 3dea36f0708ec00dbe69c499ba52a044f3b339da /src/jogl/classes/com/jogamp/opengl/impl/GLContextShareSet.java | |
parent | 231f9fe67c55ece5ee013cf1183f15200b602cd8 (diff) |
Harmonize all runtime properties, see doc/Implementation/runtime-properties.txt
Diffstat (limited to 'src/jogl/classes/com/jogamp/opengl/impl/GLContextShareSet.java')
-rw-r--r-- | src/jogl/classes/com/jogamp/opengl/impl/GLContextShareSet.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/impl/GLContextShareSet.java b/src/jogl/classes/com/jogamp/opengl/impl/GLContextShareSet.java index abeb231f4..7be06b698 100644 --- a/src/jogl/classes/com/jogamp/opengl/impl/GLContextShareSet.java +++ b/src/jogl/classes/com/jogamp/opengl/impl/GLContextShareSet.java @@ -54,7 +54,7 @@ import javax.media.opengl.*; public class GLContextShareSet { // FIXME: refactor Java SE dependencies // private static boolean forceTracking = Debug.isPropertyDefined("jogl.glcontext.forcetracking"); - private static final boolean DEBUG = Debug.debug("GLContextShareSet"); + private static final boolean DEBUG = Debug.debug("GLContext"); // This class is implemented with a WeakHashMap that goes from the // contexts as keys to a complex data structure as value that tracks |