more correctly describe curwaittime

This commit is contained in:
Stanley Dimant
2025-02-21 17:10:35 +01:00
committed by Loporrit
parent 55cfb48fd6
commit 7aaa847294

View File

@@ -344,6 +344,7 @@ public class DalamudUtilService : IHostedService, IMediatorSubscriber
{
logger.LogTrace("[{redrawId}] Starting wait for {handler} to draw", redrawId, handler);
await Task.Delay(tick).ConfigureAwait(true);
curWaitTime += tick;
while ((!ct?.IsCancellationRequested ?? true)
&& curWaitTime < timeOut