Whoops, this was stupid. Left on a debug #define that forced a low memory situation for testing purposes - this should fix some of the reported flickering.

This commit is contained in:
wrenczes@gmail.com
2011-04-20 06:21:52 +00:00
parent 1117840621
commit d1efc3efe8

View File

@@ -11,7 +11,7 @@
#endif
#include "WFont.h"
#define FORCE_LOW_CACHE_MEMORY
//#define FORCE_LOW_CACHE_MEMORY
const unsigned int kConstrainedCacheLimit = 8 * 1024 * 1024;
extern bool neofont;