mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 21:47:57 +00:00
Fix updated glew for Windows
This commit is contained in:
@@ -433,6 +433,7 @@ public:
|
||||
std::unique_lock<std::mutex> innerLk(initmt);
|
||||
innerLk.unlock();
|
||||
initcv.notify_one();
|
||||
logvisor::RegisterThreadName("Boo Client Thread");
|
||||
clientReturn = m_callback.appMain(this);
|
||||
pthread_kill(mainThread, SIGUSR2);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user