mirror of
https://github.com/halpz/re3.git
synced 2025-07-21 22:39:39 +00:00
fix clipped subtitles
This commit is contained in:
@ -1069,9 +1069,6 @@ CFont::GetNextSpace(wchar *s)
|
||||
if(*s == '~'){
|
||||
s++;
|
||||
while(*s != '~') s++;
|
||||
s++;
|
||||
if(*s == ' ')
|
||||
break;
|
||||
}
|
||||
}
|
||||
return s;
|
||||
|
Reference in New Issue
Block a user