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