diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index 4cb587c4a9c..f78e3b2ad12 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -1099,6 +1099,17 @@ void ScriptEditor::_mark_built_in_scripts_as_saved(const String &p_parent_path) void ScriptEditor::trigger_live_script_reload(const String &p_script_path) { if (!script_paths_to_reload.has(p_script_path)) { + Ref