fix makeWrappedText recursion

This commit is contained in:
2023-08-14 14:57:18 -06:00
parent ffbf4a90ad
commit e70165a2e1

View File

@@ -480,7 +480,7 @@
(nextLineTokens.unshift (tokens.pop))
(set text.text (tokens.join " ")))
(addControl text)
(makeWrappedText (nextLineTokens.join " "))))
(makeWrappedText (nextLineTokens.join " ") color skipScrollingCheck)))
(true
(addControl text)))))