summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--catbird/node-2d.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/catbird/node-2d.scm b/catbird/node-2d.scm
index d1cb9e4..b2c7d95 100644
--- a/catbird/node-2d.scm
+++ b/catbird/node-2d.scm
@@ -786,7 +786,8 @@ A."
(let ((new (artifact (->asset new))))
(resize sprite
(texture-width new)
- (texture-height new))))))
+ (texture-height new)))))
+ (next-method))
(define-method (render (sprite <sprite>) alpha)
(let ((t (texture sprite)))