summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_text_editor.cpp
diff options
context:
space:
mode:
authorOmar Shehata <omar.sameh.shehata@gmail.com>2023-10-07 22:14:54 -0400
committerOmar Shehata <omar.sameh.shehata@gmail.com>2023-10-07 22:14:54 -0400
commitc25a2d832b3d706f6a1ba6cd5135c8213afe172d (patch)
treefea34a09b37d95c1826535fb96938b8b04e3834e /editor/plugins/script_text_editor.cpp
parentfba341ce44427d9515a581c19a8c98b522cef02b (diff)
downloadredot-engine-c25a2d832b3d706f6a1ba6cd5135c8213afe172d.tar.gz
Fix external editor hot reload
Diffstat (limited to 'editor/plugins/script_text_editor.cpp')
-rw-r--r--editor/plugins/script_text_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/script_text_editor.cpp b/editor/plugins/script_text_editor.cpp
index 20c4127c1d..5322f3c813 100644
--- a/editor/plugins/script_text_editor.cpp
+++ b/editor/plugins/script_text_editor.cpp
@@ -809,7 +809,7 @@ void ScriptEditor::_update_modified_scripts_for_external_editor(Ref<Script> p_fo
scr->set_last_modified_time(rel_scr->get_last_modified_time());
scr->update_exports();
- _trigger_live_script_reload();
+ trigger_live_script_reload();
}
}
}