mirror of https://github.com/tuyoogame/YooAsset
Fixed an issue with task asyn loading waiting
parent
6675e8f171
commit
a25fd19bcc
|
@ -107,7 +107,6 @@ namespace YooAsset
|
||||||
public virtual void Destory()
|
public virtual void Destory()
|
||||||
{
|
{
|
||||||
IsDestroyed = true;
|
IsDestroyed = true;
|
||||||
_taskCompletionSource = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue