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/10-canvas-sneks.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/10-canvas-sneks.lisp') diff --git a/examples/10-canvas-sneks.lisp b/examples/10-canvas-sneks.lisp index a69b429..ef5d1d5 100644 --- a/examples/10-canvas-sneks.lisp +++ b/examples/10-canvas-sneks.lisp @@ -111,7 +111,7 @@ sneks. Adds the canvas to the app, and sets up the perframe handler." (loop repeat (population app) collect (random-snek 100 100))) (setf (ww:width (snek-pit app)) (ww::application-width app) (ww:height (snek-pit app)) (ww::application-width app)) - (ww::add-unit app (snek-pit app)) + (ww::add-unit (snek-pit app)) (ww:add-handler app #'sneks-a-go-go)) (defun start (&key (side 800) (population 50)) -- cgit v1.2.3