diff options
author | Sven Gothel <[email protected]> | 2023-01-22 07:05:30 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-22 07:05:30 +0100 |
commit | f91bd273d59eef08d8ae2d8b2a86e8ba2c8f17ac (patch) | |
tree | 7d04ce917744093635cb20aa1a2b95d14c5caaec /src | |
parent | 9e9dc6d407baa893234e2f1e4a938cef27848eaa (diff) |
MacOSXCGLContext: Enable DEBUG1398 explicitly w/o debugAll()
Diffstat (limited to 'src')
-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 bbe097331..42fc97b1a 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.debug("Bug1398"); + DEBUG1398 = Debug.debugNotAll("Bug1398"); } static boolean isGLProfileSupported(final int ctp, final int major, final int minor) { |