diff options
author | Sven Gothel <sgothel@jausoft.com> | 2023-09-16 15:40:48 +0200 |
---|---|---|
committer | Sven Gothel <sgothel@jausoft.com> | 2023-09-16 15:40:48 +0200 |
commit | aac1265340ae2ee1cad6bbf89369ba0288a6a290 (patch) | |
tree | a2f7e0e80b6de5d491a63a97d2e9ef72b0c51568 /src/jogl/classes/jogamp/opengl/macosx | |
parent | e5de90b67efe8e8ca518159b3a73295d751764c1 (diff) |
Debug.debugExplicit(): Define and use explicit symbol debug flag; Use it for certain debug output to keep most silence for debugAll()
Diffstat (limited to 'src/jogl/classes/jogamp/opengl/macosx')
-rw-r--r-- | src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java b/src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java index 20a433aa9..2fb690747 100644 --- a/src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java +++ b/src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java @@ -125,7 +125,7 @@ public class MacOSXCGLContext extends GLContextImpl isMavericksOrLater = false; isMojaveOrLater = false; } - DEBUG1398 = Debug.debugNotAll("Bug1398"); + DEBUG1398 = Debug.debugExplicit("Bug1398"); } static boolean isGLProfileSupported(final int ctp, final int major, final int minor) { |