mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-13 19:37:44 +01:00
chore: fix some warnings
This commit is contained in:
parent
02d19df0f7
commit
b1d927ab8f
2 changed files with 2 additions and 2 deletions
|
|
@ -1469,7 +1469,7 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
for (var i = 0; i < 100; i++)
|
||||
{
|
||||
token.ThrowIfCancellationRequested();
|
||||
Thread.Sleep(1);
|
||||
await Task.Delay(1);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue