Merge pull request #61085 from timothyqiu/as-over

This commit is contained in:
Rémi Verschelde 2022-05-16 15:55:42 +02:00 committed by GitHub
commit fda397b5b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -388,6 +388,7 @@ void AnimatedSprite2D::play(const StringName &p_animation, const bool p_backward
}
}
is_over = false;
set_playing(true);
}