From 84cfbd5c52d035a166bcb8d8ce9bd566b01e4513 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 18 Jul 2022 10:21:08 -0500 Subject: [add] mouse event bubbling; [example] click-and-drag to 01 --- src/utils.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.lisp') diff --git a/src/utils.lisp b/src/utils.lisp index 4a35aee..f3dba06 100644 --- a/src/utils.lisp +++ b/src/utils.lisp @@ -118,7 +118,7 @@ the path." (sqrt (+ (* dx dx) (* dy dy))))) (let ((cache - (make-array 100 :adjustable t :initial-element nibbles:))) + (make-array 100 :adjustable t :initial-element nil))) (defun factorial (n) (cond ((zerop n) 1) -- cgit v1.2.3