diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-12-18 20:01:18 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-12-18 20:01:18 -0500 |
commit | 7405ad5af470008b76037c7632c155d7c30ecf46 (patch) | |
tree | 62649f87a361fecbb087268249b5a87c4683a53c | |
parent | 0979b84b90e6396aa1f26a9918136a826931fd36 (diff) |
node-2d: Fix typo.
-rw-r--r-- | catbird/node-2d.scm | 2 |
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) |