Merge branch 'richtextbox_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-richtextbox_fix

This commit is contained in:
Wojtek Figat
2024-05-20 14:43:09 +02:00

View File

@@ -197,7 +197,7 @@ namespace FlaxEngine.GUI
textBlock.Range = new TextRange
{
StartIndex = start + line.FirstCharIndex,
EndIndex = start + line.LastCharIndex,
EndIndex = start + line.LastCharIndex + 1,
};
if (i != 0)
{