2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 04:27:42 +00:00

Fix Windows build

This commit is contained in:
2021-05-24 22:02:57 -04:00
parent 32f9bafff1
commit 657a3f48ba
3 changed files with 15 additions and 6 deletions

View File

@@ -74,6 +74,7 @@ void ImGuiEngine::Initialize(boo::IGraphicsDataFactory* factory, const boo::SWin
void ImGuiEngine::Shutdown() {
ImGui::DestroyContext();
ShaderDataBinding.reset();
ShaderPipeline.reset();
}