Fix error when block cannot be pushed.
This commit is contained in:
parent
86faff26b8
commit
c066364b72
1 changed files with 2 additions and 2 deletions
|
@ -163,8 +163,8 @@
|
||||||
(match ($ obj 'type)
|
(match ($ obj 'type)
|
||||||
('switch (do-push))
|
('switch (do-push))
|
||||||
('gate (when ($ obj 'open?) (do-push)))
|
('gate (when ($ obj 'open?) (do-push)))
|
||||||
(_ (values))))
|
(_ #f)))
|
||||||
(_ (values))))))))))))
|
(_ #f)))))))))))
|
||||||
(('pushed?) ($ pushed?))))
|
(('pushed?) ($ pushed?))))
|
||||||
|
|
||||||
(define (^clock-emitter bcom x y interval)
|
(define (^clock-emitter bcom x y interval)
|
||||||
|
|
Loading…
Add table
Reference in a new issue