mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-29 10:19:18 -05:00
Increase text management buffers size
This commit is contained in:
@ -58,8 +58,8 @@
|
|||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
// Defines and Macros
|
// Defines and Macros
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
#define MAX_FORMATTEXT_LENGTH 256
|
#define MAX_FORMATTEXT_LENGTH 512
|
||||||
#define MAX_SUBTEXT_LENGTH 256
|
#define MAX_SUBTEXT_LENGTH 512
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
// Types and Structures Definition
|
// Types and Structures Definition
|
||||||
|
|||||||
Reference in New Issue
Block a user