mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Call ImPlot.DestroyContext
This commit is contained in:
parent
6efbb71790
commit
476b6b9613
1 changed files with 1 additions and 0 deletions
|
|
@ -241,6 +241,7 @@ internal sealed unsafe class Dx11Win32Backend : IWin32Backend
|
|||
this.imguiRenderer?.Dispose();
|
||||
this.imguiInput?.Dispose();
|
||||
|
||||
ImPlot.DestroyContext();
|
||||
ImGui.DestroyContext();
|
||||
|
||||
this.swapChain.Dispose();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue