From ec10cf4cfc0cac0d4b2eb04e28f0334782d0d5b2 Mon Sep 17 00:00:00 2001 From: Treeki Date: Mon, 8 Apr 2013 00:19:11 +0200 Subject: disable APDebug by default --- src/apDebug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3