mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Toggle ping and FPS counters with HUD
This commit is contained in:
parent
ac36d13420
commit
30c5b66d64
1 changed files with 5 additions and 2 deletions
|
|
@ -1180,8 +1180,11 @@ void I_FinishUpdate(void)
|
||||||
if (cv_closedcaptioning.value)
|
if (cv_closedcaptioning.value)
|
||||||
SCR_ClosedCaptions();
|
SCR_ClosedCaptions();
|
||||||
|
|
||||||
if (cv_ticrate.value)
|
if (st_overlay)
|
||||||
SCR_DisplayTicRate();
|
{
|
||||||
|
if (cv_ticrate.value)
|
||||||
|
SCR_DisplayTicRate();
|
||||||
|
}
|
||||||
|
|
||||||
if (rendermode == render_soft && screens[0])
|
if (rendermode == render_soft && screens[0])
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue