Dispose font texture resources

master
Zaafar Ahmed 6 years ago
parent 66aa1a65c2
commit c2574d4de5
  1. 1
      ClickableTransparentOverlay/ImGuiController.cs

@ -369,6 +369,7 @@ namespace ClickableTransparentOverlay
this.textureLayout.Dispose();
this.pipeline.Dispose();
this.mainResourceSet.Dispose();
this.fontTextureResourceSet.Dispose();
foreach (IDisposable resource in this.ownedResources)
{

Loading…
Cancel
Save