Преглед изворни кода

Fix 'Save Scene' doing nothing on new scenes

neikeq пре 9 година
родитељ
комит
a5947161ef
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tools/editor/editor_node.cpp

+ 1 - 1
tools/editor/editor_node.cpp

@@ -2042,7 +2042,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
 				return;
 				return;
 			};
 			};
 			// fallthrough to save_as
 			// fallthrough to save_as
-		} break;
+		};
 		case FILE_SAVE_AS_SCENE: {
 		case FILE_SAVE_AS_SCENE: {
 			
 			
 			Node *scene = editor_data.get_edited_scene_root();
 			Node *scene = editor_data.get_edited_scene_root();