diff options
-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) |