fix makeWrappedText recursion
This commit is contained in:
@@ -480,7 +480,7 @@
|
|||||||
(nextLineTokens.unshift (tokens.pop))
|
(nextLineTokens.unshift (tokens.pop))
|
||||||
(set text.text (tokens.join " ")))
|
(set text.text (tokens.join " ")))
|
||||||
(addControl text)
|
(addControl text)
|
||||||
(makeWrappedText (nextLineTokens.join " "))))
|
(makeWrappedText (nextLineTokens.join " ") color skipScrollingCheck)))
|
||||||
(true
|
(true
|
||||||
(addControl text)))))
|
(addControl text)))))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user