Fixing additional thread lifetime issues

This commit is contained in:
Dan Paulat 2023-09-18 22:22:28 -05:00
parent cc8377064f
commit d58d3fc8e8
4 changed files with 7 additions and 2 deletions

View file

@ -108,6 +108,8 @@ public:
// Destroy ImGui Context
model::ImGuiContextModel::Instance().DestroyContext(imGuiContextName_);
threadPool_.join();
}
void AddLayer(const std::string& id,