This commit is contained in:
Rachael Alexanderson 2016-11-12 10:17:56 -05:00
commit f284a24ed9
6 changed files with 496 additions and 382 deletions

View file

@ -981,8 +981,6 @@ void DFrameBuffer::DrawRateStuff ()
int rate_x;
int textScale = active_con_scale();
if (textScale == 0)
textScale = CleanXfac;
chars = mysnprintf (fpsbuff, countof(fpsbuff), "%2u ms (%3u fps)", howlong, LastCount);
rate_x = Width / textScale - ConFont->StringWidth(&fpsbuff[0]);