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 cbb1027..0872c19 100644 --- a/starling/node.scm +++ b/starling/node.scm @@ -220,7 +220,7 @@ (for-each-child (lambda (child) (update-tree child dt)) node) ;; Scripts take precedence over the update method. (with-agenda (agenda node) - (update-agenda 1) + (update-agenda dt) (update node dt)))) (define-method (render (node <node>) alpha) |