Shrink slightly

This commit is contained in:
Tony Garnock-Jones 2013-10-26 18:54:29 +01:00
parent 5cc26681f5
commit 50a37cee39
1 changed files with 1 additions and 5 deletions

View File

@ -92,11 +92,7 @@
(define (spawn-world boot-actions)
(spawn world-handle-event
(enqueue-actions (world 0
(make-queue)
(hash)
'()
(make-queue))
(enqueue-actions (world 0 (make-queue) (hash) '() (make-queue))
-1
boot-actions)))