mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-20 05:32:41 +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)
|
||||
SCR_ClosedCaptions();
|
||||
|
||||
if (cv_ticrate.value)
|
||||
SCR_DisplayTicRate();
|
||||
if (st_overlay)
|
||||
{
|
||||
if (cv_ticrate.value)
|
||||
SCR_DisplayTicRate();
|
||||
}
|
||||
|
||||
if (rendermode == render_soft && screens[0])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue