diff --git a/src/screen.c b/src/screen.c index 58d3fde47..c9137b182 100644 --- a/src/screen.c +++ b/src/screen.c @@ -587,9 +587,9 @@ void SCR_DisplayTicRate(void) // draw "FPS" V_DrawFixedPatch(306< (benchmark - 5)) + if (fps > (benchmark * 0.9)) ticcntcolor = R_GetTranslationColormap(TC_RAINBOW, SKINCOLOR_MINT, GTC_CACHE); - else if (fps < 20) + else if (fps < (benchmark * 0.5)) ticcntcolor = R_GetTranslationColormap(TC_RAINBOW, SKINCOLOR_RASPBERRY, GTC_CACHE); if (cap != 0)