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

@ -81,7 +81,7 @@ namespace YooAsset
RequestDelegate = null; RequestDelegate = null;
CertificateHandlerInstance = null; CertificateHandlerInstance = null;
BreakpointResumeFileSize = int.MaxValue; BreakpointResumeFileSize = int.MaxValue;
ClearFileResponseCodes.Clear(); ClearFileResponseCodes = null;
} }