mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-06 09:48:39 +00:00
GRAPHICS: Fix MacText splitter, so less empty font chunks are generated
This commit is contained in:
parent
2841dd2bc3
commit
3e47d7abf3
@ -113,6 +113,7 @@ void MacText::splitString(Common::String &str) {
|
||||
_textLines[curLine].chunks[curChunk] = _currentFormatting;
|
||||
} else {
|
||||
_textLines[curLine].chunks.push_back(_currentFormatting);
|
||||
curChunk++;
|
||||
}
|
||||
|
||||
nextChunk = true;
|
||||
|
Loading…
Reference in New Issue
Block a user