aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp
diff options
context:
space:
mode:
authorFranklin Sobrinho2016-01-09 08:35:57 -0300
committerFranklin Sobrinho2016-01-09 08:35:57 -0300
commit7fa233cd89f0bc00b5e26ced051d12d3f73ec7e8 (patch)
tree37317da03c83ac55ce78c64798131b01a071fcf1 /tools/editor/editor_node.cpp
parent292e8bf0ab02cf37b6ee1759a3942a57a6a69062 (diff)
downloadgodot-7fa233cd89f0bc00b5e26ced051d12d3f73ec7e8.tar.gz
godot-7fa233cd89f0bc00b5e26ced051d12d3f73ec7e8.tar.zst
godot-7fa233cd89f0bc00b5e26ced051d12d3f73ec7e8.zip
Fix some error messages
Diffstat (limited to '')
-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();
}