Fix dead-lock in characters layout calc regression from e8aa2f922b
This commit is contained in:
@@ -211,7 +211,7 @@ void Font::ProcessText(const StringView& text, Array<FontLineCache>& outputLines
|
||||
{
|
||||
cursorX = lastUpperX;
|
||||
tmpLine.LastCharIndex = lastUpperIndex - 1;
|
||||
currentIndex = lastUpperIndex;
|
||||
currentIndex = lastUpperIndex + 1;
|
||||
nextCharIndex = currentIndex;
|
||||
}
|
||||
else if (lastUnderscoreIndex != INVALID_INDEX)
|
||||
|
||||
Reference in New Issue
Block a user