1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fix external editor hot reload

This commit is contained in:
Omar Shehata
2023-10-07 22:14:54 -04:00
parent fba341ce44
commit c25a2d832b
4 changed files with 7 additions and 4 deletions

View File

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