minor fixup when disposing the Overlay

master
Zaafar Ahmed 7 years ago
parent 06a73fc042
commit 7652acaa94
  1. 1
      ClickableTransparentOverlay/Overlay.cs

@ -94,6 +94,7 @@
_resize_thread_lock = null; _resize_thread_lock = null;
SubmitUI = null; SubmitUI = null;
Console.WriteLine("All Overlay resources are cleared."); Console.WriteLine("All Overlay resources are cleared.");
Application.Exit();
} }
public void ResizeWindow(int x, int y, int width, int height) public void ResizeWindow(int x, int y, int width, int height)

Loading…
Cancel
Save