summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.cpp
diff options
context:
space:
mode:
authorK. S. Ernest (iFire) Lee <ernest.lee@chibifire.com>2020-02-19 11:48:20 -0800
committerK. S. Ernest (iFire) Lee <ernest.lee@chibifire.com>2020-05-22 09:54:34 -0700
commitf7fdc877894aa9e99921366fe15e6776dd289fce (patch)
treedc331d54a789ca03fd46ecac8e1ca49c156ec838 /editor/animation_track_editor.cpp
parent3be9c74d8b0337d387fb90b8b2c228ebaaae3317 (diff)
downloadredot-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.cpp2
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");
}