mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Revert "Fix selection of spatial nodes after selecting a non-spatial one."
This commit is contained in:
parent
c320d9394d
commit
0471386a97
@ -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 New Issue
Block a user