update download system

修复关闭编辑器时的报错。
pull/72/head
hevinci 2023-02-28 18:25:48 +08:00
parent ebcb05cc55
commit 19cf9c0129
1 changed files with 2 additions and 2 deletions

View File

@ -77,11 +77,11 @@ namespace YooAsset
} }
_downloaderDic.Clear(); _downloaderDic.Clear();
_removeList.Clear(); _removeList.Clear();
RequestDelegate = null; RequestDelegate = null;
CertificateHandlerInstance = null; CertificateHandlerInstance = null;
BreakpointResumeFileSize = int.MaxValue; BreakpointResumeFileSize = int.MaxValue;
ClearFileResponseCodes.Clear(); ClearFileResponseCodes = null;
} }