diff options
author | Franklin Sobrinho <franklin_gs@hotmail.com> | 2016-01-09 08:35:57 -0300 |
---|---|---|
committer | Franklin Sobrinho <franklin_gs@hotmail.com> | 2016-01-09 08:35:57 -0300 |
commit | 7fa233cd89f0bc00b5e26ced051d12d3f73ec7e8 (patch) | |
tree | 37317da03c83ac55ce78c64798131b01a071fcf1 /tools/editor/animation_editor.cpp | |
parent | 292e8bf0ab02cf37b6ee1759a3942a57a6a69062 (diff) | |
download | redot-engine-7fa233cd89f0bc00b5e26ced051d12d3f73ec7e8.tar.gz |
Fix some error messages
Diffstat (limited to 'tools/editor/animation_editor.cpp')
-rw-r--r-- | tools/editor/animation_editor.cpp | 2 |
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"); } |