summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-05-27 11:04:37 +0200
committerGitHub <noreply@github.com>2020-05-27 11:04:37 +0200
commit84d9e10f88af3d4f43fe6739e4aedc937757eac2 (patch)
treebf0eb831e9abc0eb339d5aad372e52d81db21e6a /editor/animation_track_editor.cpp
parentab460e7a6f08283baff7f5e84ad355db9ef5245f (diff)
parentf7fdc877894aa9e99921366fe15e6776dd289fce (diff)
downloadredot-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.cpp2
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");
}