From 371f1bfa1895eeb42db28d51536705649770b79f Mon Sep 17 00:00:00 2001 From: goat Date: Mon, 23 Dec 2024 23:17:33 +0100 Subject: [PATCH] comment out kizer hack for now, need to move to natives --- Dalamud/Interface/Internal/ImGuiDrawListFixProvider.cs | 3 +++ 1 file changed, 3 insertions(+) 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(