Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
f284a24ed9
6 changed files with 496 additions and 382 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue