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