1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00

Fix 'Save Scene' doing nothing on new scenes

This commit is contained in:
neikeq
2015-12-04 16:51:36 +01:00
parent 35fa048af5
commit a5947161ef

View File

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