mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-24 00:30:11 +00:00
Remove deprecated comment
This commit is contained in:
@@ -171,7 +171,7 @@ namespace Cysharp.Threading.Tasks.Internal
|
|||||||
for (int i = 0; i < actionListCount; i++)
|
for (int i = 0; i < actionListCount; i++)
|
||||||
{
|
{
|
||||||
|
|
||||||
var action = actionList[i];//Reduce array bounds check
|
var action = actionList[i];
|
||||||
actionList[i] = null;
|
actionList[i] = null;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user