浏览代码

Update AssetLib network settings when Editor Settings change

Haoyu Qiu 3 年之前
父节点
当前提交
575cd3645c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      editor/plugins/asset_library_editor_plugin.cpp

+ 1 - 0
editor/plugins/asset_library_editor_plugin.cpp

@@ -612,6 +612,7 @@ void EditorAssetLibrary::_notification(int p_what) {
 		} break;
 		case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: {
 			_update_repository_options();
+			setup_http_request(request);
 		} break;
 	}
 }