Преглед на файлове

Update AssetLib network settings when Editor Settings change

(cherry picked from commit 575cd3645c83532ec4f498eb4a848a5654c2b197)
Haoyu Qiu преди 3 години
родител
ревизия
164ef0763a
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      editor/plugins/asset_library_editor_plugin.cpp

+ 1 - 0
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;
 	}
 }