summaryrefslogtreecommitdiffstats
path: root/tools/editor/animation_editor.cpp
diff options
context:
space:
mode:
authorFranklin Sobrinho <franklin_gs@hotmail.com>2016-01-09 08:35:57 -0300
committerFranklin Sobrinho <franklin_gs@hotmail.com>2016-01-09 08:35:57 -0300
commit7fa233cd89f0bc00b5e26ced051d12d3f73ec7e8 (patch)
tree37317da03c83ac55ce78c64798131b01a071fcf1 /tools/editor/animation_editor.cpp
parent292e8bf0ab02cf37b6ee1759a3942a57a6a69062 (diff)
downloadredot-engine-7fa233cd89f0bc00b5e26ced051d12d3f73ec7e8.tar.gz
Fix some error messages
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 2d274dc91b..bf17b40f46 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");
}