diff --git a/scene/animation/tween.cpp b/scene/animation/tween.cpp index 77556ac979..61497689a8 100644 --- a/scene/animation/tween.cpp +++ b/scene/animation/tween.cpp @@ -212,6 +212,7 @@ void Tween::play() { void Tween::kill() { running = false; // For the sake of is_running(). + valid = false; dead = true; }