Fix some slowness; clock emitters emit immediately.

This commit is contained in:
David Thompson 2024-05-22 06:52:36 -04:00
parent 984ea4df67
commit ff242fd1a5
2 changed files with 17 additions and 10 deletions

View file

@ -115,7 +115,7 @@
(('pushed?) ($ pushed?))))
(define (^clock-emitter bcom x y interval)
(define timer (spawn ^cell 0))
(define timer (spawn ^cell -1))
(define position (vector x y 0))
(match-lambda*
(('type) 'emitter)