From 164ef0763a9c24b880d2f5c62b37da571ba43eca Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Fri, 21 Jan 2022 15:42:05 +0800 Subject: [PATCH] Update AssetLib network settings when Editor Settings change (cherry picked from commit 575cd3645c83532ec4f498eb4a848a5654c2b197) --- editor/plugins/asset_library_editor_plugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/plugins/asset_library_editor_plugin.cpp b/editor/plugins/asset_library_editor_plugin.cpp index 20d9685f047..e2c87e5fa27 100644 --- a/editor/plugins/asset_library_editor_plugin.cpp +++ b/editor/plugins/asset_library_editor_plugin.cpp @@ -616,6 +616,7 @@ void EditorAssetLibrary::_notification(int p_what) { case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: { _update_repository_options(); + setup_http_request(request); } break; } }