diff options
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; } } |