mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-19 09:55:41 +00:00
Merge branch 'master' of https://github.com/AxioDL/boo
This commit is contained in:
@@ -450,7 +450,8 @@ public:
|
||||
if (m_vsyncRunning)
|
||||
{
|
||||
m_vsyncRunning = false;
|
||||
m_vsyncThread.join();
|
||||
if (m_vsyncThread.joinable())
|
||||
m_vsyncThread.join();
|
||||
}
|
||||
|
||||
m_ctx->m_windows.erase(m_parentWindow);
|
||||
|
||||
Reference in New Issue
Block a user