Font: Fix text dimensions

This commit is contained in:
erorcun 2020-10-25 20:51:27 +03:00
parent e3a1041a47
commit 6729de49b1
10 changed files with 31 additions and 31 deletions

View file

@ -841,7 +841,7 @@ DisplayGameDebugText()
CFont::SetRightJustifyOff();
CFont::SetJustifyOff();
CFont::SetBackGroundOnlyTextOff();
CFont::SetWrapx(640.0f);
CFont::SetWrapx(SCREEN_WIDTH);
CFont::SetFontStyle(FONT_HEADING);
CFont::SetColor(CRGBA(0, 0, 0, 255));