mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
COMMON: MACGUI: Append string with font in appendText
This commit is contained in:
parent
599097964f
commit
7beaa38ef6
@ -1236,7 +1236,7 @@ void MacText::appendText(const Common::U32String &str, const Font *font, uint16
|
||||
if (!skipAdd)
|
||||
_str += strWithFont;
|
||||
|
||||
appendText_(str, oldLen);
|
||||
appendText_(strWithFont, oldLen);
|
||||
}
|
||||
|
||||
void MacText::appendText_(const Common::U32String &strWithFont, uint oldLen) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user