COMMON: MACGUI: Append string with font in appendText

This commit is contained in:
Avijeet 2022-07-02 12:09:30 +05:30 committed by Eugene Sandulenko
parent 599097964f
commit 7beaa38ef6

View File

@ -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) {