Skip to content

Commit

Permalink
Make sure icon calls register
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Sep 9, 2024
1 parent af8e94e commit 87e97b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/base.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@
(defclass icon (value-component)
())

(defmethod register ((icon icon) (renderer renderer))
(register (value icon) renderer))

(defclass icon* (icon direct-value-component) ())

0 comments on commit 87e97b6

Please sign in to comment.