mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-04 06:02:54 +00:00
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
6f9f3a733e
commit
8311ba8acb
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ static void M_DrawTickStats(void)
|
|||
|
||||
void M_DrawPerfStats(void)
|
||||
{
|
||||
char s[100];
|
||||
char s[363];
|
||||
|
||||
PS_SetFrameTime();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue