aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.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/editor_node.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/editor_node.cpp')
-rw-r--r--tools/editor/editor_node.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index 2f43cb506..7dd097945 100644
--- a/tools/editor/editor_node.cpp
+++ b/tools/editor/editor_node.cpp
@@ -3831,7 +3831,6 @@ void EditorNode::animation_editor_make_visible(bool p_visible) {
}
animation_editor->set_keying(p_visible);
- _update_keying();
}