mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-20 01:18:21 +00:00
Make event loops able to be run in another thread
This commit is contained in:
+1
-1
@@ -587,7 +587,7 @@ int main(int argc, char** argv) {
|
||||
UpdateWindowTitle(window_title);
|
||||
}
|
||||
|
||||
EQ::EventLoop::Get().Process();
|
||||
EQ::EventLoop::GetDefault().Process();
|
||||
Sleep(5);
|
||||
}
|
||||
Log(Logs::General, Logs::World_Server, "World main loop completed.");
|
||||
|
||||
Reference in New Issue
Block a user