fix 1.8.2 and pickup

This commit is contained in:
Gray
2025-07-31 14:59:54 -04:00
parent 63bf8785fa
commit c072b7fb2f
3 changed files with 13 additions and 3 deletions

View File

@@ -1689,6 +1689,8 @@ static inline DWORD WINAPI GuiThread(LPVOID)
ResetDevice();
}
LOG_INFO(LogDev, "ImGUI has quit!");
ImGui_ImplDX9_Shutdown();
ImGui_ImplWin32_Shutdown();
ImGui::DestroyContext();