diff --git a/ClickableTransparentOverlay/ImGuiController.cs b/ClickableTransparentOverlay/ImGuiController.cs index cbc600d..d68fddc 100644 --- a/ClickableTransparentOverlay/ImGuiController.cs +++ b/ClickableTransparentOverlay/ImGuiController.cs @@ -8,6 +8,7 @@ using Veldrid; using System.Runtime.CompilerServices; using ImGuiNET; + using NativeLibraryLoader; /// /// A modified version of ImGui.NET.SampleProgram's ImGuiController. @@ -47,6 +48,10 @@ private readonly List _ownedResources = new List(); private int _lastAssignedID = 100; +#pragma warning disable CS0169 // Force Copy this DLL + private static DefaultPathResolver ___; +#pragma warning restore CS0169 + /// /// Constructs a new ImGuiController. ///