diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-08 05:04:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-08 05:04:05 +0300 |
commit | efef5c2b07c1b51ec67d59bbbd177afc2f7f1724 (patch) | |
tree | ffa425c6811fc708b2a35da984c742a39dfd34ae /src/main.h | |
parent | 3a31b41edcbac0f06f5f4a784071130b30cf4728 (diff) | |
download | plus-efef5c2b07c1b51ec67d59bbbd177afc2f7f1724.tar.gz plus-efef5c2b07c1b51ec67d59bbbd177afc2f7f1724.tar.bz2 plus-efef5c2b07c1b51ec67d59bbbd177afc2f7f1724.tar.xz plus-efef5c2b07c1b51ec67d59bbbd177afc2f7f1724.zip |
Improved algorithm for cleaning sdltext cache.
Now cache using less memory, but possible some times working bit slower.
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 9e0886fb4..0dd9374ad 100644 --- a/src/main.h +++ b/src/main.h @@ -88,7 +88,7 @@ //define DEBUG_FONT 1 //define DEBUG_FONT_COUNTERS 1 //define DEBUG_ALPHA_CACHE 1 -#define DEBUG_OPENGL_LEAKS 1 +//define DEBUG_OPENGL_LEAKS 1 #define SMALL_VERSION "1.1.5.1" #define CHECK_VERSION "01.01.05.01" |