summaryrefslogtreecommitdiff
path: root/src/localconsts.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-17 18:18:28 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-17 18:18:28 +0300
commit4364a3fcae6b7994f3ee92811ce8d000dcb785ce (patch)
tree6b7012061d7dd4f36b8ae020de1a85586c91d611 /src/localconsts.h
parentfa69d82536fbe9b9b7763ae8a106f59757bec116 (diff)
downloadplus-4364a3fcae6b7994f3ee92811ce8d000dcb785ce.tar.gz
plus-4364a3fcae6b7994f3ee92811ce8d000dcb785ce.tar.bz2
plus-4364a3fcae6b7994f3ee92811ce8d000dcb785ce.tar.xz
plus-4364a3fcae6b7994f3ee92811ce8d000dcb785ce.zip
Fix memory leak on window resize.
Diffstat (limited to 'src/localconsts.h')
-rw-r--r--src/localconsts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localconsts.h b/src/localconsts.h
index 92c36d92a..f9f9f4ba0 100644
--- a/src/localconsts.h
+++ b/src/localconsts.h
@@ -95,7 +95,7 @@
// #define ANDROID_LOG 1
// profiler
-// #define USE_PROFILER 1
+#define USE_PROFILER 1
// draw calls
// #define DEBUG_DRAW_CALLS 1