Call ImAnim.ClipShutdown

This commit is contained in:
Haselnussbomber 2025-12-16 02:15:51 +01:00
parent 8a635ef575
commit 4c9a2e423e
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1

View file

@ -254,6 +254,7 @@ internal sealed unsafe class Dx11Win32Backend : IWin32Backend
this.imguiRenderer?.Dispose();
this.imguiInput?.Dispose();
ImAnim.ClipShutdown();
ImPlot.DestroyContext();
ImGui.DestroyContext();