aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/animation_editor.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2016-01-09 12:50:20 +0100
committerRémi Verschelde2016-01-09 12:50:20 +0100
commitdbdce7d6f53c2a7b0d6294097e4b8e6712a34403 (patch)
tree37317da03c83ac55ce78c64798131b01a071fcf1 /tools/editor/animation_editor.cpp
parent292e8bf0ab02cf37b6ee1759a3942a57a6a69062 (diff)
parent7fa233cd89f0bc00b5e26ced051d12d3f73ec7e8 (diff)
downloadgodot-dbdce7d6f53c2a7b0d6294097e4b8e6712a34403.tar.gz
godot-dbdce7d6f53c2a7b0d6294097e4b8e6712a34403.tar.zst
godot-dbdce7d6f53c2a7b0d6294097e4b8e6712a34403.zip
Merge pull request #3289 from TheHX/pr-warnings
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 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");
}