Merge pull request #21967 from godotengine/revert-21831-fix_13849

Revert "Fix selection of spatial nodes after selecting a non-spatial one."
This commit is contained in:
Rémi Verschelde 2018-09-11 11:31:47 +02:00 committed by GitHub
commit 890fc101cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1558,8 +1558,6 @@ void EditorNode::_edit_current() {
editor_plugin_screen->edit(current_obj);
}
} else {
editor_plugin_screen->edit(current_obj);
}
Vector<EditorPlugin *> sub_plugins = editor_data.get_subeditors(current_obj);