diff options
| author | Ray <[email protected]> | 2023-03-15 17:51:23 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-03-15 17:51:23 +0100 |
| commit | bf3e527dab226101dff3c97b67bf15bfa09386e2 (patch) | |
| tree | e68e7dd9738d5c2c81840905aa65d9c4a36b5c54 /src/config.h | |
| parent | b31c8364566c15ebc9911d86adfe10199812fd40 (diff) | |
| download | raylib-bf3e527dab226101dff3c97b67bf15bfa09386e2.tar.gz raylib-bf3e527dab226101dff3c97b67bf15bfa09386e2.zip | |
Update config.h
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index de9f4641..fbc7a5b4 100644 --- a/src/config.h +++ b/src/config.h @@ -239,6 +239,6 @@ // utils: Configuration values //------------------------------------------------------------------------------------ -#define MAX_TRACELOG_MSG_LENGTH 128 // Max length of one trace-log message +#define MAX_TRACELOG_MSG_LENGTH 256 // Max length of one trace-log message #endif // CONFIG_H |
