diff --git a/scene/2d/animated_sprite.cpp b/scene/2d/animated_sprite.cpp index 9af29faba..21274c472 100644 --- a/scene/2d/animated_sprite.cpp +++ b/scene/2d/animated_sprite.cpp @@ -617,6 +617,7 @@ void AnimatedSprite::play(const StringName &p_animation, const bool p_backwards) } } + is_over = false; set_playing(true); }