newline in the logSprites buf
This commit is contained in:
@@ -89,7 +89,7 @@
|
|||||||
(set buf (new StringBuf)))
|
(set buf (new StringBuf)))
|
||||||
(localFunction _print [:String text]
|
(localFunction _print [:String text]
|
||||||
(print text)
|
(print text)
|
||||||
(buf.add text))
|
(buf.add "${text}\n"))
|
||||||
(unless _camera
|
(unless _camera
|
||||||
(_print "Logging Sprites")
|
(_print "Logging Sprites")
|
||||||
(_print "###############")
|
(_print "###############")
|
||||||
|
Reference in New Issue
Block a user