Toggle ping and FPS counters with HUD

This commit is contained in:
James R 2019-08-11 12:32:57 -07:00
parent 0b314a82bb
commit d86be51472

View file

@ -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])
{