From 99cbc4aaecb3879fb11791a20ed9c5d7246f4cfe Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 27 Jun 2022 12:26:21 -0500 Subject: [modify] text-color is an accessor now --- wheelwork.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wheelwork.lisp') diff --git a/wheelwork.lisp b/wheelwork.lisp index 161f5b7..16eccad 100644 --- a/wheelwork.lisp +++ b/wheelwork.lisp @@ -643,7 +643,7 @@ ASSET-ARGS is a plist to pass to make-instance for the given resource. (defclass/std text (unit interactive) ((font :with :ri :std (error "A font is required") :type font) (content :with :ri :std "") - (color :with :ri :std #(1.0 1.0 1.0 1.0)) + (color :with :std #(1.0 1.0 1.0 1.0)) (vao elem-count :r) (shader :with :static :r))) -- cgit v1.2.3