Skip to content
Snippets Groups Projects

Don't show the FPS counter during startup.

Merged sphere requested to merge showfps-fix into next
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -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;
Loading