mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:40:05 +00:00
Fixing additional thread lifetime issues
This commit is contained in:
parent
827a0eacf5
commit
7d021f72f3
4 changed files with 7 additions and 2 deletions
|
|
@ -115,6 +115,8 @@ public:
|
|||
|
||||
// Destroy ImGui Context
|
||||
model::ImGuiContextModel::Instance().DestroyContext(imGuiContextName_);
|
||||
|
||||
threadPool_.join();
|
||||
}
|
||||
|
||||
void AddLayer(const std::string& id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue