hadashiA 2023-08-31 10:24:25 +00:00 committed by GitHub
commit 280b309e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -257,10 +257,9 @@ namespace Cysharp.Threading.Tasks
void OnUpdate() void OnUpdate()
{ {
originalUpdateAction?.Invoke();
if (!cancellationToken.IsCancellationRequested) if (!cancellationToken.IsCancellationRequested)
{ {
originalUpdateAction?.Invoke();
return; return;
} }