From 51db86d7895db95c1be2562b0a48dc75b520c77d Mon Sep 17 00:00:00 2001 From: Kodi Date: Thu, 23 Dec 2021 07:53:36 -0500 Subject: add missing emit_changed() to set update mode function --- scene/resources/animation.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'scene/resources') diff --git a/scene/resources/animation.cpp b/scene/resources/animation.cpp index 255d0ececd..a779275ce9 100644 --- a/scene/resources/animation.cpp +++ b/scene/resources/animation.cpp @@ -2715,6 +2715,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 { -- cgit v1.2.3