diff --git a/scene/animation/animation_tree.cpp b/scene/animation/animation_tree.cpp index 88fb9601646..9ca8d478b11 100644 --- a/scene/animation/animation_tree.cpp +++ b/scene/animation/animation_tree.cpp @@ -958,7 +958,7 @@ void AnimationTree::_process_graph(real_t p_delta) { Variant::interpolate(t->value, value, blend, t->value); - } else if (delta != 0) { + } else { List indices; a->value_track_get_key_indices(i, time, delta, &indices);