mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
WebGL下不对YooAssets.Destroy();
WebGL下不对YooAssets.Destroy();
This commit is contained in:
@@ -103,7 +103,9 @@ namespace TEngine
|
|||||||
internal override void Shutdown()
|
internal override void Shutdown()
|
||||||
{
|
{
|
||||||
ReleaseAllHandle();
|
ReleaseAllHandle();
|
||||||
|
#if !UNITY_WEBGL
|
||||||
YooAssets.Destroy();
|
YooAssets.Destroy();
|
||||||
|
#endif
|
||||||
ResourcePool.Destroy();
|
ResourcePool.Destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user