add missing emit_changed() to set update mode function
This commit is contained in:
parent
54d89f2274
commit
51db86d789
1 changed files with 1 additions and 0 deletions
|
@ -2715,6 +2715,7 @@ void Animation::value_track_set_update_mode(int p_track, UpdateMode p_mode) {
|
|||
|
||||
ValueTrack *vt = static_cast<ValueTrack *>(t);
|
||||
vt->update_mode = p_mode;
|
||||
emit_changed();
|
||||
}
|
||||
|
||||
Animation::UpdateMode Animation::value_track_get_update_mode(int p_track) const {
|
||||
|
|
Loading…
Reference in a new issue