clarify thread names

This commit is contained in:
Lion Kortlepel
2021-11-21 03:19:02 +01:00
parent 097e52674b
commit 7169e65305
3 changed files with 20 additions and 15 deletions

View File

@@ -61,6 +61,7 @@ int main(int argc, char** argv) try {
Application::Console().InitializeLuaConsole(LuaEngine);
Application::CheckForUpdates();
RegisterThread("Main(Waiting)");
while (!Shutdown) {
std::this_thread::sleep_for(std::chrono::milliseconds(50));
}