Fix some slowness; clock emitters emit immediately.
This commit is contained in:
parent
984ea4df67
commit
ff242fd1a5
2 changed files with 17 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue