diff options
-rw-r--r-- | starling/node.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starling/node.scm b/starling/node.scm index ce7ff80..162cd81 100644 --- a/starling/node.scm +++ b/starling/node.scm @@ -73,7 +73,7 @@ ;; Children indexed by name for fast lookup. (children-by-name #:getter children-by-name #:init-thunk make-hash-table) ;; Script scheduler. - (agenda #:getter agenda #:init-form (make-agenda)) + (agenda #:getter agenda #:init-thunk make-agenda) ;; Flips to #t upon first entering a scene. (booted? #:accessor booted? #:init-form #f) ;; Flips to #t when node is part of current scene. |