diff --git a/scene/animation/scene_tree_tween.cpp b/scene/animation/scene_tree_tween.cpp index 3c1571798..e3b50e521 100644 --- a/scene/animation/scene_tree_tween.cpp +++ b/scene/animation/scene_tree_tween.cpp @@ -311,6 +311,7 @@ bool SceneTreeTween::step(float p_delta) { running = false; dead = true; emit_signal(SceneStringNames::get_singleton()->finished); + break; } else { emit_signal(SceneStringNames::get_singleton()->loop_finished, loops_done); current_step = 0;