mirror of https://github.com/Cysharp/UniTask
Compare commits
2 Commits
0c0a742bbf
...
16fe92660c
Author | SHA1 | Date |
---|---|---|
|
16fe92660c | |
|
af2e49aa29 |
|
@ -86,8 +86,8 @@ namespace Cysharp.Threading.Tasks
|
||||||
LogError(ex);
|
LogError(ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
iteratingNode = null;
|
|
||||||
var next = h == iteratingNode ? h.Next : iteratingNode;
|
var next = h == iteratingNode ? h.Next : iteratingNode;
|
||||||
|
iteratingNode = null;
|
||||||
Remove(h);
|
Remove(h);
|
||||||
h = next;
|
h = next;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue