aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork.lisp
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-06-27 12:26:21 -0500
committerColin Okay <colin@cicadas.surf>2022-06-27 12:26:21 -0500
commit99cbc4aaecb3879fb11791a20ed9c5d7246f4cfe (patch)
tree1f9bbd2c2b4d479c9186f5f430e65e8778fc48f0 /wheelwork.lisp
parent641d084e27f8178bd43784c292f4b6b482e64739 (diff)
[modify] text-color is an accessor now
Diffstat (limited to 'wheelwork.lisp')
-rw-r--r--wheelwork.lisp2
1 files changed, 1 insertions, 1 deletions
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)))