mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
SCR_DisplayTicRate: do not say "FPS"
Obscurs less of the position number in splitscreen.
This commit is contained in:
parent
a11e8d793a
commit
dd1b0255f8
1 changed files with 0 additions and 3 deletions
|
|
@ -535,9 +535,6 @@ void SCR_DisplayTicRate(void)
|
||||||
INT32 x = 318;
|
INT32 x = 318;
|
||||||
double fps = round(averageFPS);
|
double fps = round(averageFPS);
|
||||||
|
|
||||||
// draw "FPS"
|
|
||||||
V_DrawFixedPatch(306<<FRACBITS, 183<<FRACBITS, FRACUNIT, V_SNAPTOBOTTOM|V_SNAPTORIGHT, framecounter, R_GetTranslationColormap(TC_RAINBOW, SKINCOLOR_YELLOW, GTC_CACHE));
|
|
||||||
|
|
||||||
if (fps > (benchmark * 0.9))
|
if (fps > (benchmark * 0.9))
|
||||||
ticcntcolor = R_GetTranslationColormap(TC_RAINBOW, SKINCOLOR_MINT, GTC_CACHE);
|
ticcntcolor = R_GetTranslationColormap(TC_RAINBOW, SKINCOLOR_MINT, GTC_CACHE);
|
||||||
else if (fps < (benchmark * 0.5))
|
else if (fps < (benchmark * 0.5))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue