1
0
mirror of synced 2025-01-20 17:48:51 +01:00
This commit is contained in:
Aaron M 2019-06-17 17:27:30 +12:00
parent d8fb3ba55e
commit 582d244a6d

View File

@ -85,10 +85,6 @@ DWORD WINAPI OutputsThread(__in LPVOID lpParameter)
}
OutputInit = true;
}
if (GetAsyncKeyState(VK_ESCAPE))
{
}
}
}
Sleep(300);