diff options
Diffstat (limited to 'src/gfx_func.h')
-rw-r--r-- | src/gfx_func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx_func.h b/src/gfx_func.h index 5a9077afa..b6a7a91ad 100644 --- a/src/gfx_func.h +++ b/src/gfx_func.h @@ -77,7 +77,7 @@ void UndrawMouseCursor(); enum { /* Size of the buffer used for drawing strings. */ - DRAW_STRING_BUFFER = 1024, + DRAW_STRING_BUFFER = 2048, }; void RedrawScreenRect(int left, int top, int right, int bottom); |