diff options
author | Treeki <treeki@gmail.com> | 2013-04-08 00:19:11 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-04-08 00:34:34 +0200 |
commit | ec10cf4cfc0cac0d4b2eb04e28f0334782d0d5b2 (patch) | |
tree | 75d508a3ff953ba27146b739546aacae81fddb2a /src | |
parent | 1706111aec3ba4680eac972efffca18613cd2394 (diff) | |
download | kamek-ec10cf4cfc0cac0d4b2eb04e28f0334782d0d5b2.tar.gz kamek-ec10cf4cfc0cac0d4b2eb04e28f0334782d0d5b2.zip |
disable APDebug by default
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) |