summaryrefslogtreecommitdiff
path: root/catbird/node-2d.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-05-01 07:32:27 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-05-01 07:32:27 -0400
commitbdb741ebb3a04adb1889a25c8f33c3ac9dff3b8c (patch)
treeab5fa467e31cb73e653b2adeff50aa3004d1d8a3 /catbird/node-2d.scm
parent335e8af2ff7467d1f3fad5aed52163492a684ce0 (diff)
Remove on-boot and reboot methods.
Diffstat (limited to 'catbird/node-2d.scm')
-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 2ba7b7c..44a31f9 100644
--- a/catbird/node-2d.scm
+++ b/catbird/node-2d.scm
@@ -849,7 +849,8 @@ PADDING on all sides."
(let ((t (texture-atlas-ref (atlas sprite) (index sprite))))
(set! (texture sprite) t)))
-(define-method (on-boot (sprite <atlas-sprite>))
+(define-method (initialize (sprite <atlas-sprite>) initargs)
+ (next-method)
(sync-texture sprite))
(define-method (on-change (sprite <atlas-sprite>) slot-name old new)