summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/truetypefont.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/truetypefont.cpp b/src/gui/truetypefont.cpp
index 5576eaab..7f9abd3a 100644
--- a/src/gui/truetypefont.cpp
+++ b/src/gui/truetypefont.cpp
@@ -30,7 +30,7 @@
#include "../graphics.h"
#include "../resources/image.h"
-#define CACHE_SIZE 30
+#define CACHE_SIZE 256
class TextChunk
{