mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-26 06:31:48 +01:00
Call ImAnim.ClipShutdown
This commit is contained in:
parent
8a635ef575
commit
4c9a2e423e
1 changed files with 1 additions and 0 deletions
|
|
@ -254,6 +254,7 @@ internal sealed unsafe class Dx11Win32Backend : IWin32Backend
|
||||||
this.imguiRenderer?.Dispose();
|
this.imguiRenderer?.Dispose();
|
||||||
this.imguiInput?.Dispose();
|
this.imguiInput?.Dispose();
|
||||||
|
|
||||||
|
ImAnim.ClipShutdown();
|
||||||
ImPlot.DestroyContext();
|
ImPlot.DestroyContext();
|
||||||
ImGui.DestroyContext();
|
ImGui.DestroyContext();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue