Merge remote-tracking branch 'origin/master' into 1.6
# Conflicts: # Source/Editor/Scripting/CodeEditors/VisualStudioCodeEditor.cpp # Source/Tools/Flax.Build/Deps/Dependencies/OpenAL.cs
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