Skip to content
Snippets Groups Projects
Commit d86be514 authored by James R.'s avatar James R.
Browse files

Toggle ping and FPS counters with HUD

parent 0b314a82
No related branches found
No related tags found
No related merge requests found
......@@ -1180,8 +1180,11 @@ void I_FinishUpdate(void)
if (cv_closedcaptioning.value)
SCR_ClosedCaptions();
if (cv_ticrate.value)
SCR_DisplayTicRate();
if (st_overlay)
{
if (cv_ticrate.value)
SCR_DisplayTicRate();
}
if (rendermode == render_soft && screens[0])
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment