Skip to content
Snippets Groups Projects
Commit 61dfee7e authored by sphere's avatar sphere
Browse files

Don't show the FPS counter during startup.

parent 225095af
Branches
Tags
2 merge requests!985Shaders next merge,!930Don't show the FPS counter during startup.
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment