summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-12-18 20:01:18 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-12-18 20:01:18 -0500
commit7405ad5af470008b76037c7632c155d7c30ecf46 (patch)
tree62649f87a361fecbb087268249b5a87c4683a53c
parent0979b84b90e6396aa1f26a9918136a826931fd36 (diff)
node-2d: Fix typo.
-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)