summaryrefslogtreecommitdiff
path: root/2d
diff options
context:
space:
mode:
Diffstat (limited to '2d')
-rw-r--r--2d/time.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/2d/time.scm b/2d/time.scm
index aa975a4..cacfae4 100644
--- a/2d/time.scm
+++ b/2d/time.scm
@@ -43,6 +43,7 @@ agenda updates."
(define (time-delay ticks signal)
(make-signal
+ #:init (signal-ref signal)
#:filter (lambda (value old from)
(wait ticks)
#t)