Fixed an issue with task asyn loading waiting

pull/4/head
hevinci 2022-04-21 21:55:48 +08:00
parent 6675e8f171
commit a25fd19bcc
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ namespace YooAsset
public virtual void Destory() public virtual void Destory()
{ {
IsDestroyed = true; IsDestroyed = true;
_taskCompletionSource = null;
} }
/// <summary> /// <summary>