From ac1994900d5c464223fe870219a5767949d76b89 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 31 Jul 2022 12:45:59 -0400 Subject: node-2d: Remove watch from texture slot. --- starling/node-2d.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () - (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) -- cgit v1.2.3