diff --git a/scene/resources/animation.cpp b/scene/resources/animation.cpp index d32331e8cbb..8aa41ca7cfd 100644 --- a/scene/resources/animation.cpp +++ b/scene/resources/animation.cpp @@ -1870,6 +1870,7 @@ void Animation::value_track_set_update_mode(int p_track, UpdateMode p_mode) { ValueTrack *vt = static_cast(t); vt->update_mode = p_mode; + emit_changed(); } Animation::UpdateMode Animation::value_track_get_update_mode(int p_track) const {