1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fix some error messages

This commit is contained in:
Franklin Sobrinho
2016-01-09 08:35:57 -03:00
parent 292e8bf0ab
commit 7fa233cd89
6 changed files with 4 additions and 14 deletions

View File

@@ -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");
}