diff --git a/lib/src/main/java/com/github/stephengold/vsport/BaseApplication.java b/lib/src/main/java/com/github/stephengold/vsport/BaseApplication.java index 68868437..800f4b5f 100644 --- a/lib/src/main/java/com/github/stephengold/vsport/BaseApplication.java +++ b/lib/src/main/java/com/github/stephengold/vsport/BaseApplication.java @@ -140,7 +140,7 @@ public abstract class BaseApplication { * true to enable debugging output and optional runtime checks, or false to * disable them */ - final private static boolean enableDebugging = true; // TODO change default + final private static boolean enableDebugging = false; /** * version of the graphics engine */