From 7405ad5af470008b76037c7632c155d7c30ecf46 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 18 Dec 2022 20:01:18 -0500 Subject: node-2d: Fix typo. --- catbird/node-2d.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) alpha) -- cgit v1.2.3