mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 09:08:59 +00:00
font fix
This commit is contained in:
parent
9c0adf6a8f
commit
31569d512c
1 changed files with 2 additions and 0 deletions
|
@ -483,6 +483,8 @@ CFont::PrintString(float xstart, float ystart, wchar *s)
|
|||
xstart;
|
||||
#ifdef MORE_LANGUAGES
|
||||
PrintString(xleft, y, start, s, spaceWidth, xstart);
|
||||
#else
|
||||
PrintString(xleft, y, start, s, spaceWidth);
|
||||
#endif
|
||||
// reset things
|
||||
lineLength = 0.0f;
|
||||
|
|
Loading…
Reference in a new issue