Fix Unity 2020 IL2Cpp UniTask Bug

This commit is contained in:
L
2022-07-02 12:33:59 +08:00
parent 3bfca7d340
commit 4f00a19344
2 changed files with 67 additions and 19 deletions

View File

@@ -71,7 +71,7 @@ namespace Cysharp.Threading.Tasks
result.completed = false;
TaskTracker.TrackActiveTask(result, 3);
if(progress is not null)
if(progress != null)
{
PlayerLoopHelper.AddAction(timing, result);
}