From 75e8eafa72f9ba518b12313684926c7ebffb4bd5 Mon Sep 17 00:00:00 2001 From: kobewi Date: Sat, 6 Nov 2021 14:32:14 +0100 Subject: [PATCH] Properly reload built-in tool scripts --- editor/plugins/script_editor_plugin.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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