Fix Drawing Example

This commit is contained in:
Bladymir Tellez 2020-08-21 08:35:38 -05:00
parent e375668143
commit 7931370356

View File

@ -2,7 +2,8 @@
; ;
(clear) (clear)
; ;
(def prev-pos {:x 0 :y 0}) (def prev-pos:x 0)
(def prev-pos:y 0)
; ;
(defn stroke-color (defn stroke-color
(e) (e)