diff --git a/Dalamud/Interface/Internal/ImGuiDrawListFixProvider.cs b/Dalamud/Interface/Internal/ImGuiDrawListFixProvider.cs index a682ed215..6ba5a1d94 100644 --- a/Dalamud/Interface/Internal/ImGuiDrawListFixProvider.cs +++ b/Dalamud/Interface/Internal/ImGuiDrawListFixProvider.cs @@ -39,6 +39,8 @@ internal sealed unsafe class ImGuiDrawListFixProvider : IInternalDisposableServi private ImGuiDrawListFixProvider(InterfaceManager.InterfaceManagerWithScene imws) { // Force cimgui.dll to be loaded. + // TODO(goat): Apply fixes in natives + /* _ = ImGui.GetCurrentContext(); var cimgui = Process.GetCurrentProcess().Modules.Cast() .First(x => x.ModuleName == "cimgui.dll") @@ -56,6 +58,7 @@ internal sealed unsafe class ImGuiDrawListFixProvider : IInternalDisposableServi this.hookImDrawListAddPolyline.Enable(); this.hookImDrawListAddRectFilled.Enable(); this.hookImDrawListAddImageRounded.Enable(); + */ } private delegate void ImDrawListAddPolyLine(