1
0
mirror of https://github.com/halpz/re3.git synced 2025-07-12 07:38:08 +00:00
This commit is contained in:
Sergeanur
2020-06-07 09:10:09 +03:00
parent 9c0adf6a8f
commit 31569d512c

@ -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;