newline in the logSprites buf

This commit is contained in:
2023-09-12 10:07:51 -06:00
parent e8b07acfa5
commit 36a3e1f396

View File

@@ -89,7 +89,7 @@
(set buf (new StringBuf)))
(localFunction _print [:String text]
(print text)
(buf.add text))
(buf.add "${text}\n"))
(unless _camera
(_print "Logging Sprites")
(_print "###############")