diff options
Diffstat (limited to 'src/turtle-system.lisp')
-rw-r--r-- | src/turtle-system.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/turtle-system.lisp b/src/turtle-system.lisp index 569492d..6e4f7c2 100644 --- a/src/turtle-system.lisp +++ b/src/turtle-system.lisp @@ -17,7 +17,7 @@ (with stack = '()) (with angle = radians) (for item in list) - (case item + (case (car item) ;;Move forward one unit,adding data to mesh. ((f) (let ((new-pos |