This commit is contained in:
何冠峰
2024-12-27 12:02:08 +08:00
parent 8944ec0e02
commit 75dd3d0e5e
7 changed files with 30 additions and 94 deletions

View File

@@ -239,7 +239,7 @@ namespace YooAsset
for (int i = _handles.Count - 1; i >= 0; i--)
{
var handle = _handles[i];
handle.ReleaseInternal();
handle.Release();
}
}