mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-02-17 10:36:21 +01:00
fix clipped subtitles
This commit is contained in:
parent
f54af8b973
commit
e9d5d42ea9
@ -1069,9 +1069,6 @@ CFont::GetNextSpace(wchar *s)
|
|||||||
if(*s == '~'){
|
if(*s == '~'){
|
||||||
s++;
|
s++;
|
||||||
while(*s != '~') s++;
|
while(*s != '~') s++;
|
||||||
s++;
|
|
||||||
if(*s == ' ')
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return s;
|
return s;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user