mirror of
https://github.com/halpz/re3.git
synced 2025-07-30 20:50:26 +00:00
font fix
This commit is contained in:
@ -483,6 +483,8 @@ CFont::PrintString(float xstart, float ystart, wchar *s)
|
|||||||
xstart;
|
xstart;
|
||||||
#ifdef MORE_LANGUAGES
|
#ifdef MORE_LANGUAGES
|
||||||
PrintString(xleft, y, start, s, spaceWidth, xstart);
|
PrintString(xleft, y, start, s, spaceWidth, xstart);
|
||||||
|
#else
|
||||||
|
PrintString(xleft, y, start, s, spaceWidth);
|
||||||
#endif
|
#endif
|
||||||
// reset things
|
// reset things
|
||||||
lineLength = 0.0f;
|
lineLength = 0.0f;
|
||||||
|
Reference in New Issue
Block a user