diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-30 20:07:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-30 20:07:15 +0300 |
commit | f5ed6062017598fbdf9c3a7e4c53b5eeeddfe3ad (patch) | |
tree | 4fb1bd61cc2ea8013cddc2e8da17fc7fe1057c7a /src/localconsts.h | |
parent | 8b984259c0d7d7af5394defc89a3b64d7b479425 (diff) | |
download | plus-f5ed6062017598fbdf9c3a7e4c53b5eeeddfe3ad.tar.gz plus-f5ed6062017598fbdf9c3a7e4c53b5eeeddfe3ad.tar.bz2 plus-f5ed6062017598fbdf9c3a7e4c53b5eeeddfe3ad.tar.xz plus-f5ed6062017598fbdf9c3a7e4c53b5eeeddfe3ad.zip |
Improve debuging resource allocation.
Diffstat (limited to 'src/localconsts.h')
-rw-r--r-- | src/localconsts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index 947099668..8b8af420e 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -49,3 +49,4 @@ //#define DEBUG_BIND_TEXTURE 1 //#define DISABLE_RESOURCE_CACHING 1 #define DUMP_LEAKED_RESOURCES 1 +//#define DEBUG_DUMP_LEAKS1 1 |