summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--heyllama.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/heyllama.scm b/heyllama.scm
index d1e3be3..dbe8833 100644
--- a/heyllama.scm
+++ b/heyllama.scm
@@ -141,7 +141,7 @@
(vec2-add! (get-pos llama) #v((* tstep 0.2) 0))
(set-animation-step! llama
(floor-remainder
- (+ (get-animation-step llama) 1)
+ (+ (get-animation-step llama) -1)
16)))
(when (key-pressed? 'left)