mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +01:00
comment out kizer hack for now, need to move to natives
This commit is contained in:
parent
43ab6bd24f
commit
371f1bfa18
1 changed files with 3 additions and 0 deletions
|
|
@ -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<ProcessModule>()
|
||||
.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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue