mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-13 00:49:15 +00:00
fix clipped subtitles
This commit is contained in:
parent
f54af8b973
commit
e9d5d42ea9
|
@ -1069,9 +1069,6 @@ CFont::GetNextSpace(wchar *s)
|
|||
if(*s == '~'){
|
||||
s++;
|
||||
while(*s != '~') s++;
|
||||
s++;
|
||||
if(*s == ' ')
|
||||
break;
|
||||
}
|
||||
}
|
||||
return s;
|
||||
|
|
Loading…
Reference in a new issue