mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-14 19:40:47 +00:00
Fix #45
This commit is contained in:
@@ -47,9 +47,9 @@ namespace YooAsset
|
||||
OperationSystem.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