update download system

修复关闭编辑器时的报错。
This commit is contained in:
hevinci
2023-02-28 18:25:48 +08:00
parent ebcb05cc55
commit 19cf9c0129

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;
} }