From 00841605110612f6e7f3bbfc054ceff980bf25be Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 22 Jul 2022 11:58:16 -0500 Subject: [version] [refactor] [redesign] removed containers --- examples/04-a-button.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/04-a-button.lisp') diff --git a/examples/04-a-button.lisp b/examples/04-a-button.lisp index b96364e..82f5a2c 100644 --- a/examples/04-a-button.lisp +++ b/examples/04-a-button.lisp @@ -26,8 +26,8 @@ (ww::scale-by b 4.0) (ww::scale-by b2 3) ;; add to scene - (ww::add-unit app b2) - (ww::add-unit app b))) + (ww::add-unit b2) + (ww::add-unit b))) (defun start () (ww::start (make-instance -- cgit v1.2.3