This commit is contained in:
sardelka9515
2022-10-15 17:16:47 +08:00
parent 8d27c072ca
commit 64692bc161
10 changed files with 9 additions and 9 deletions

View File

@ -50,7 +50,7 @@ namespace RageCoop.Client.Loader
}
}
private static void DomainTick(object sender, EventArgs e)
private static void DomainTick()
{
if (MainThreadID == default) { MainThreadID = Thread.CurrentThread.ManagedThreadId; }
while (TaskQueue.TryDequeue(out var task))