diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-05-27 11:04:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-27 11:04:37 +0200 |
| commit | 84d9e10f88af3d4f43fe6739e4aedc937757eac2 (patch) | |
| tree | bf0eb831e9abc0eb339d5aad372e52d81db21e6a /editor/animation_track_editor.cpp | |
| parent | ab460e7a6f08283baff7f5e84ad355db9ef5245f (diff) | |
| parent | f7fdc877894aa9e99921366fe15e6776dd289fce (diff) | |
| download | redot-engine-84d9e10f88af3d4f43fe6739e4aedc937757eac2.tar.gz | |
Merge pull request #36409 from fire/skeleton-custom-inspector
Custom Skeleton3DEditorPlugin
Diffstat (limited to 'editor/animation_track_editor.cpp')
| -rw-r--r-- | editor/animation_track_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/animation_track_editor.cpp b/editor/animation_track_editor.cpp index 75e7542abb..8fd1f5951e 100644 --- a/editor/animation_track_editor.cpp +++ b/editor/animation_track_editor.cpp @@ -3199,7 +3199,7 @@ void AnimationTrackEditor::update_keying() { } keying = keying_enabled; - //_update_menu(); + emit_signal("keying_changed"); } |
