mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-18 14:00:18 +00:00
Update GooglePlayFileSystem.cs
This commit is contained in:
@@ -28,7 +28,7 @@ internal class GooglePlayFileSystem : DefaultBuildinFileSystem
|
||||
{
|
||||
if (bundle.BundleType == (int)EBuildBundleType.AssetBundle)
|
||||
{
|
||||
var operation = new DBFSLoadAssetBundleOperation(this, bundle);
|
||||
var operation = new GPFSLoadAssetBundleOperation(this, bundle);
|
||||
return operation;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user