diff options
Diffstat (limited to '')
-rw-r--r-- | src/apDebug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apDebug.cpp b/src/apDebug.cpp index 01669bf..f19d527 100644 --- a/src/apDebug.cpp +++ b/src/apDebug.cpp @@ -32,7 +32,7 @@ class APDebugDrawer : public m3d::proc_c { static APDebugDrawer defaultInstance; -static bool enableDebugMode = true; +static bool enableDebugMode = false; int APDebugDraw() { if (enableDebugMode) |