aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/animation_editor.cpp
diff options
context:
space:
mode:
authorFranklin Sobrinho2016-01-09 08:35:57 -0300
committerFranklin Sobrinho2016-01-09 08:35:57 -0300
commit7fa233cd89f0bc00b5e26ced051d12d3f73ec7e8 (patch)
tree37317da03c83ac55ce78c64798131b01a071fcf1 /tools/editor/animation_editor.cpp
parent292e8bf0ab02cf37b6ee1759a3942a57a6a69062 (diff)
downloadgodot-7fa233cd89f0bc00b5e26ced051d12d3f73ec7e8.tar.gz
godot-7fa233cd89f0bc00b5e26ced051d12d3f73ec7e8.tar.zst
godot-7fa233cd89f0bc00b5e26ced051d12d3f73ec7e8.zip
Diffstat (limited to 'tools/editor/animation_editor.cpp')
-rw-r--r--tools/editor/animation_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/animation_editor.cpp b/tools/editor/animation_editor.cpp
index 2d274dc91..bf17b40f4 100644
--- a/tools/editor/animation_editor.cpp
+++ b/tools/editor/animation_editor.cpp
@@ -3017,7 +3017,7 @@ void AnimationKeyEditor::set_keying(bool p_enabled) {
keying=p_enabled;
_update_menu();
- emit_signal("keying_changed",p_enabled);
+ emit_signal("keying_changed");
}