add missing emit_changed() to set update mode function
(cherry picked from commit 51db86d789
)
This commit is contained in:
parent
172f66a40e
commit
b4be27a68b
@ -1870,6 +1870,7 @@ void Animation::value_track_set_update_mode(int p_track, UpdateMode p_mode) {
|
|||||||
|
|
||||||
ValueTrack *vt = static_cast<ValueTrack *>(t);
|
ValueTrack *vt = static_cast<ValueTrack *>(t);
|
||||||
vt->update_mode = p_mode;
|
vt->update_mode = p_mode;
|
||||||
|
emit_changed();
|
||||||
}
|
}
|
||||||
|
|
||||||
Animation::UpdateMode Animation::value_track_get_update_mode(int p_track) const {
|
Animation::UpdateMode Animation::value_track_get_update_mode(int p_track) const {
|
||||||
|
Loading…
Reference in New Issue
Block a user