diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 6043611f5b6..0f7a3f6f402 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -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