mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-11 05:57:21 +01:00
more correctly describe curwaittime
This commit is contained in:
parent
8d44d15c9b
commit
f3e9f90f9d
1 changed files with 1 additions and 0 deletions
|
|
@ -467,6 +467,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue