소스 검색

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

Fixes #13849
JFonS 7 년 전
부모
커밋
b82f037818
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      editor/editor_node.cpp

+ 2 - 0
editor/editor_node.cpp

@@ -1548,6 +1548,8 @@ 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);