diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-05 00:06:23 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-05 00:06:23 +0100 |
commit | a738f508866e955d124c3b6c5bd1ecff44a0077a (patch) | |
tree | a3f9b470f3467c47abde3f88a75f33db9d5f3c93 /editor/animation_track_editor.h | |
parent | f4bccf90a3e7cd6132c8b96f1e8d8ab52ad3b3a7 (diff) | |
parent | 83135aa122dcd1a260830767b119b33984364838 (diff) |
Merge pull request #69357 from TokageItLab/byebye-trigger
Remove `UPDATE_TRIGGER` mode from `ValueTrack::UpdateMode` & Match behaviors between `AnimationTree` and `AnimationPlayer`
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r-- | editor/animation_track_editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index dc0c4abe5f..4b50424f39 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -138,7 +138,6 @@ class AnimationTrackEdit : public Control { enum { MENU_CALL_MODE_CONTINUOUS, MENU_CALL_MODE_DISCRETE, - MENU_CALL_MODE_TRIGGER, MENU_CALL_MODE_CAPTURE, MENU_INTERPOLATION_NEAREST, MENU_INTERPOLATION_LINEAR, |