Skip to content
Snippets Groups Projects
Commit d508d16c authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Merge branch 'master' into next

parents e288c9d4 7ca886b0
Branches
Tags
1 merge request!985Shaders next merge
...@@ -526,6 +526,9 @@ void SCR_DisplayTicRate(void) ...@@ -526,6 +526,9 @@ void SCR_DisplayTicRate(void)
INT32 ticcntcolor = 0; INT32 ticcntcolor = 0;
const INT32 h = vid.height-(8*vid.dupy); const INT32 h = vid.height-(8*vid.dupy);
if (gamestate == GS_NULL)
return;
for (i = lasttic + 1; i < TICRATE+lasttic && i < ontic; ++i) for (i = lasttic + 1; i < TICRATE+lasttic && i < ontic; ++i)
fpsgraph[i % TICRATE] = false; 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