Merge pull request #56193 from kodiwills/fix-update-mode-not-refreshed-visually-on-undo
This commit is contained in:
commit
d27f06a61b
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…
Add table
Add a link
Reference in a new issue