chore: fix some warnings

This commit is contained in:
goaaats 2022-05-12 11:00:31 +02:00
parent 02d19df0f7
commit b1d927ab8f
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}
});
}