diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-22 22:37:18 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-22 22:37:18 +0000 |
commit | 8409c0fef6be37b3b5081402c1669207a1dc9ca3 (patch) | |
tree | 74a35a59860450e4915d01c8313545a242d87747 /src/animation.c | |
parent | 23707911599413826ee20044cf4eeecbb8e3bdb7 (diff) | |
download | PenguinYippies-8409c0fef6be37b3b5081402c1669207a1dc9ca3.tar.gz PenguinYippies-8409c0fef6be37b3b5081402c1669207a1dc9ca3.tar.bz2 PenguinYippies-8409c0fef6be37b3b5081402c1669207a1dc9ca3.zip |
Working on clicky list
Diffstat (limited to 'src/animation.c')
-rw-r--r-- | src/animation.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/animation.c b/src/animation.c index d2aeb70..22bef8d 100644 --- a/src/animation.c +++ b/src/animation.c @@ -73,6 +73,7 @@ void runAnimation(Animation* animation) else { newFrame = animation->frameCount - 1; + animation->playing = false; } } |