Merge branch 'master' into next

This commit is contained in:
Monster Iestyn 2020-05-11 20:08:02 +01:00
commit d508d16cef
1 changed files with 3 additions and 0 deletions

View File

@ -526,6 +526,9 @@ void SCR_DisplayTicRate(void)
INT32 ticcntcolor = 0;
const INT32 h = vid.height-(8*vid.dupy);
if (gamestate == GS_NULL)
return;
for (i = lasttic + 1; i < TICRATE+lasttic && i < ontic; ++i)
fpsgraph[i % TICRATE] = false;