Skip to content
Snippets Groups Projects
Commit 5c1739f5 authored by chromaticpipe ‎'s avatar chromaticpipe ‎
Browse files

Change TPS counter to use V_SKYMAP

parent 1262ab79
No related branches found
No related tags found
No related merge requests found
......@@ -574,7 +574,7 @@ void SCR_DisplayTicRate(void)
++totaltics;
if (totaltics <= TICRATE/2) ticcntcolor = V_REDMAP;
else if (totaltics >= TICRATE) ticcntcolor = V_BLUEMAP;
else if (totaltics >= TICRATE) ticcntcolor = V_SKYMAP;
if (cv_fpscounter.value == 2) // compact counter
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment