Kaynağa Gözat

Merge pull request #36347 from Janglee123/persistence-view-mode-for-new-scene

Persisting view mode for new scene
Rémi Verschelde 5 yıl önce
ebeveyn
işleme
3afc47bbd6
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      editor/plugins/spatial_editor_plugin.cpp

+ 2 - 0
editor/plugins/spatial_editor_plugin.cpp

@@ -2147,6 +2147,8 @@ void SpatialEditorViewport::_notification(int p_what) {
 		set_process(visible);
 
 		if (visible) {
+			orthogonal = view_menu->get_popup()->is_item_checked(view_menu->get_popup()->get_item_index(VIEW_ORTHOGONAL));
+			_update_name();
 			_update_camera(0);
 		} else {
 			set_freelook_active(false);