Преглед на файлове

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

Rémi Verschelde преди 7 години
родител
ревизия
0471386a97
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      editor/editor_node.cpp

+ 0 - 2
editor/editor_node.cpp

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