mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-26 19:14:15 +01:00
font fix
This commit is contained in:
parent
9c0adf6a8f
commit
31569d512c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user