Toggle ping and FPS counters with HUD

This commit is contained in:
James R 2019-08-11 12:32:57 -07:00
parent ac36d13420
commit 30c5b66d64

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