m_perfstats.c: Fix directive output may be truncated warning/error
Lets the game build on my end with ERRORMODE enabled
This commit is contained in:
parent
d7a073d9f6
commit
ebdb1b0a64
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@ static void M_DrawTickStats(void)
|
|||
|
||||
void M_DrawPerfStats(void)
|
||||
{
|
||||
char s[100];
|
||||
char s[363];
|
||||
|
||||
PS_SetFrameTime();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue