Fix updated glew for Windows

This commit is contained in:
Jack Andersen
2017-02-24 21:58:09 -10:00
parent 0cc794f49d
commit 8bcac27c10
4 changed files with 6 additions and 2 deletions

View File

@@ -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);
});