mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-18 22:20:07 +00:00
update file system
This commit is contained in:
@@ -31,8 +31,6 @@ namespace YooAsset
|
||||
{
|
||||
if (_fileSystem.CheckNeedDownload(_bundle))
|
||||
{
|
||||
DownloadProgress = 0f;
|
||||
DownloadedBytes = 0;
|
||||
_steps = ESteps.DownloadFile;
|
||||
}
|
||||
else
|
||||
@@ -219,8 +217,6 @@ namespace YooAsset
|
||||
{
|
||||
if (_fileSystem.CheckNeedDownload(_bundle))
|
||||
{
|
||||
DownloadProgress = 0f;
|
||||
DownloadedBytes = 0;
|
||||
_steps = ESteps.DownloadFile;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user