diff options
author | Sven Gothel <[email protected]> | 2023-09-16 15:40:48 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-09-16 15:40:48 +0200 |
commit | aac1265340ae2ee1cad6bbf89369ba0288a6a290 (patch) | |
tree | a2f7e0e80b6de5d491a63a97d2e9ef72b0c51568 /src/jogl/classes/com/jogamp/opengl/math | |
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/com/jogamp/opengl/math')
-rw-r--r-- | src/jogl/classes/com/jogamp/opengl/math/FloatUtil.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/math/FloatUtil.java b/src/jogl/classes/com/jogamp/opengl/math/FloatUtil.java index c25abe188..25b5a8ad7 100644 --- a/src/jogl/classes/com/jogamp/opengl/math/FloatUtil.java +++ b/src/jogl/classes/com/jogamp/opengl/math/FloatUtil.java @@ -81,7 +81,7 @@ import com.jogamp.common.os.Platform; * </p> */ public final class FloatUtil { - public static final boolean DEBUG = Debug.debug("Math"); + public static final boolean DEBUG = Debug.debugExplicit("Math"); // // Matrix Ops |