fix: ImNodes not being deinitialized correctly

This commit is contained in:
WerWolv
2025-01-14 17:50:29 +01:00
parent 185a593bc2
commit ecc86ee429
3 changed files with 7 additions and 1 deletions

View File

@@ -1093,6 +1093,7 @@ namespace hex {
ImGui_ImplOpenGL3_Shutdown();
ImGui_ImplGlfw_Shutdown();
ImNodes::DestroyContext();
ImPlot3D::DestroyContext();
ImPlot::DestroyContext();
ImGui::DestroyContext();