Skip to content

Commit 69a8744

Browse files
committed
fixed GroupBundle.cs
1 parent 804bfac commit 69a8744

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/OxGFrame/AssetLoader/Scripts/Runtime/GroupCacher/GroupBundle.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public void UnloadAsset(int id, string assetName)
255255
}
256256
}
257257

258-
public void UnloadAssets(int id, bool forceUnload = false)
258+
public void UnloadAssets(int id)
259259
{
260260
if (this._keyCacher.Count > 0)
261261
{

0 commit comments

Comments
 (0)