mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 12:54:08 +00:00
Font: Fix text dimensions
This commit is contained in:
parent
e3a1041a47
commit
6729de49b1
10 changed files with 31 additions and 31 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue