diff options
| author | K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com> | 2020-02-19 11:48:20 -0800 |
|---|---|---|
| committer | K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com> | 2020-05-22 09:54:34 -0700 |
| commit | f7fdc877894aa9e99921366fe15e6776dd289fce (patch) | |
| tree | dc331d54a789ca03fd46ecac8e1ca49c156ec838 /editor/animation_track_editor.cpp | |
| parent | 3be9c74d8b0337d387fb90b8b2c228ebaaae3317 (diff) | |
| download | redot-engine-f7fdc877894aa9e99921366fe15e6776dd289fce.tar.gz | |
Custom Skeleton3DEditorPlugin
Co-authored-by: Marios Staikopoulos <marios@staik.net>
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 2a8e0d856e..2da4abde6c 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"); } |
