mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-25 10:11:51 +00:00
Fix #45
This commit is contained in:
@@ -47,9 +47,9 @@ namespace YooAsset
|
|||||||
OperationSystem.Update();
|
OperationSystem.Update();
|
||||||
DownloadSystem.Update();
|
DownloadSystem.Update();
|
||||||
|
|
||||||
foreach (var package in _packages)
|
for (int i = 0; i < _packages.Count; i++)
|
||||||
{
|
{
|
||||||
package.UpdatePackage();
|
_packages[i].UpdatePackage();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user