mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-02 21:22:40 +00:00
Merge branch 'snprintf-errormode-fix' into 'master'
m_perfstats.c: Fix directive output may be truncated warning/error See merge request KartKrew/Kart!1164
This commit is contained in:
commit
80c84f644b
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