diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-11-20 13:29:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-11-20 22:21:59 +0300 |
commit | 6637f4af57cd60008388bfefda1c37376c9d7042 (patch) | |
tree | eb31d1c197c86583e5f2a525ca020de625f32919 /src/localconsts.h | |
parent | cadc0f8b6d0bd71f319c3e6576af05dcd0a7533f (diff) | |
download | plus-6637f4af57cd60008388bfefda1c37376c9d7042.tar.gz plus-6637f4af57cd60008388bfefda1c37376c9d7042.tar.bz2 plus-6637f4af57cd60008388bfefda1c37376c9d7042.tar.xz plus-6637f4af57cd60008388bfefda1c37376c9d7042.zip |
Add debug option to show draw calls per frame.
Also fix map draw and text in debug window with mobile OpenGL.
Diffstat (limited to 'src/localconsts.h')
-rw-r--r-- | src/localconsts.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index 91c2bb904..1fe828460 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -68,4 +68,7 @@ //profiler //#define USE_PROFILER 1 +//draw calls +//#define DEBUG_DRAW_CALLS 1 + #include "utils/perfomance.h" |