diff options
-rw-r--r-- | catbird/node-2d.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/catbird/node-2d.scm b/catbird/node-2d.scm index df0ca3b..1acb324 100644 --- a/catbird/node-2d.scm +++ b/catbird/node-2d.scm @@ -450,7 +450,8 @@ (define-method (on-change (node <node-2d>) slot old new) (case slot ((origin position rotation scale shear) - (expire-local-matrix node)))) + (expire-local-matrix node))) + (next-method)) (define-method (resize (node <node-2d>) w h) (set! (width node) w) |