diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-07-31 12:45:59 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-07-31 12:45:59 -0400 |
commit | ac1994900d5c464223fe870219a5767949d76b89 (patch) | |
tree | 0f766f18edffd5bec4af078b76e9be8f32df9348 | |
parent | fad1a83aadf5d01d873e70ca3e749262d02c85c7 (diff) |
node-2d: Remove watch from <sprite> texture slot.
-rw-r--r-- | starling/node-2d.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starling/node-2d.scm b/starling/node-2d.scm index abdf66a..8e2149f 100644 --- a/starling/node-2d.scm +++ b/starling/node-2d.scm @@ -678,7 +678,7 @@ ;;; (define-class <sprite> (<node-2d>) - (texture #:accessor texture #:init-keyword #:texture #:asset? #t #:watch? #t) + (texture #:accessor texture #:init-keyword #:texture #:asset? #t) (tint #:accessor tint #:init-keyword #:tint #:init-form white) |