diff options
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" |