1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Keeps the filename when marking scene as unsaved

(cherry picked from commit 9ed61a70cc)
This commit is contained in:
Haoyu Qiu
2020-03-09 10:26:57 +08:00
committed by Rémi Verschelde
parent 644d49b156
commit d25949dd49

View File

@@ -1400,7 +1400,6 @@ void EditorNode::_mark_unsaved_scenes() {
String path = node->get_filename();
if (!(path == String() || FileAccess::exists(path))) {
node->set_filename("");
if (i == editor_data.get_edited_scene())
set_current_version(-1);
else