Merge pull request #82986 from OmarShehata/fix-external-editor-hot-reload

Fix external editor hot reload for GDScript
This commit is contained in:
Rémi Verschelde 2023-10-11 22:38:42 +02:00
commit 25fa5eadd5
No known key found for this signature in database
GPG key ID: C3336907360768E1
4 changed files with 7 additions and 4 deletions

View file

@ -822,7 +822,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();
}
}
}