I forgot the "forever". This happens somewhat frequently.

This commit is contained in:
Tony Garnock-Jones 2016-07-31 11:36:56 -04:00
parent f34924bc6d
commit dd246ddcae
1 changed files with 3 additions and 1 deletions

View File

@ -695,7 +695,9 @@
;; LevelSpawner
(define (spawn-standalone-assertions . patches)
(actor (patch! (patch-seq* patches))))
(actor #:name 'standalone-assertions
(patch! (patch-seq* patches))
(forever)))
(define (spawn-background-image level-size scene)
(match-define (vector level-width level-height) level-size)