mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Merge pull request #56193 from kodiwills/fix-update-mode-not-refreshed-visually-on-undo
This commit is contained in:
commit
d27f06a61b
@ -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…
x
Reference in New Issue
Block a user