diff options
| author | Ray <[email protected]> | 2018-12-04 13:15:42 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-12-04 13:15:42 +0100 |
| commit | a8ac6e2ef957a3edc963a9d0147a016d7755a03c (patch) | |
| tree | f5d51daf6021b350e2d69a16ec1dc76290da7a35 /src/text.c | |
| parent | 4c869ca6565eb2ec2614a59711991f2a11d3f554 (diff) | |
| download | raylib-a8ac6e2ef957a3edc963a9d0147a016d7755a03c.tar.gz raylib-a8ac6e2ef957a3edc963a9d0147a016d7755a03c.zip | |
Increase text management buffers size
Diffstat (limited to 'src/text.c')
| -rw-r--r-- | src/text.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -58,8 +58,8 @@ //---------------------------------------------------------------------------------- // Defines and Macros //---------------------------------------------------------------------------------- -#define MAX_FORMATTEXT_LENGTH 256 -#define MAX_SUBTEXT_LENGTH 256 +#define MAX_FORMATTEXT_LENGTH 512 +#define MAX_SUBTEXT_LENGTH 512 //---------------------------------------------------------------------------------- // Types and Structures Definition |
