We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b684fd1 commit 4a5d7a6Copy full SHA for 4a5d7a6
1 file changed
Source/engine/render/text_render.cpp
@@ -482,6 +482,7 @@ void DrawLine(
482
char32_t c = DecodeFirstUtf8CodePoint(lineCopy, &cpLen);
483
if (c == Utf8DecodeError) break;
484
if (c == ZWSP) {
485
+ currentPos += cpLen;
486
lineCopy.remove_prefix(cpLen);
487
continue;
488
}
0 commit comments