mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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)
|
void M_DrawPerfStats(void)
|
||||||
{
|
{
|
||||||
char s[100];
|
char s[363];
|
||||||
|
|
||||||
PS_SetFrameTime();
|
PS_SetFrameTime();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue