Revert "Fix selection of spatial nodes after selecting a non-spatial one."

This commit is contained in:
Rémi Verschelde 2018-09-11 11:30:48 +02:00 committed by GitHub
parent c320d9394d
commit 0471386a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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);