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:
commit
890fc101cc
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue