mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
修正LoadGameObjectAsync接口传参
修正LoadGameObjectAsync接口传参
This commit is contained in:
@@ -922,7 +922,7 @@ namespace TEngine
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GameObject gameObject = await LoadAssetAsync<GameObject>(location, cancellationToken, needCache, packageName: packageName, parent: parent);
|
GameObject gameObject = await LoadAssetAsync<GameObject>(location, cancellationToken, needInstance:true, needCache: needCache, packageName: packageName, parent: parent);
|
||||||
|
|
||||||
return gameObject;
|
return gameObject;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user