diff --git a/scene/animation/tween.cpp b/scene/animation/tween.cpp index 4fe3b70da4e..61114ccc21a 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; }