diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index 3f233b3d58..000dfe8bda 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -1015,6 +1015,11 @@ void ScriptEditor::_scene_saved_callback(const String &p_path) { if (edited_res->get_path().get_slice("::", 0) == p_path) { se->tag_saved_version(); } + + Ref