mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fix editor saving blank scenes (for real)
This commit is contained in:
@@ -1791,7 +1791,7 @@ void EditorNode::_save_all_scenes() {
|
||||
} else {
|
||||
_save_scene_with_preview(scene->get_scene_file_path());
|
||||
}
|
||||
} else {
|
||||
} else if (scene->get_scene_file_path() != "") {
|
||||
all_saved = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user