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:
SteelT 2023-04-12 14:11:23 -04:00 committed by NepDisk
parent d7a073d9f6
commit ebdb1b0a64

View file

@ -493,7 +493,7 @@ static void M_DrawTickStats(void)
void M_DrawPerfStats(void)
{
char s[100];
char s[363];
PS_SetFrameTime();