mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-17 04:30:13 +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++)
|
||||
{
|
||||
|
||||
var action = actionList[i];//Reduce array bounds check
|
||||
var action = actionList[i];
|
||||
actionList[i] = null;
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user