feat: run ImGuiHelpers.NewFrame each frame

This commit is contained in:
goat 2021-04-05 18:25:07 +02:00
parent 9621cb5428
commit 7ef0456582

View file

@ -269,6 +269,9 @@ namespace Dalamud.Interface
ImGui.GetIO().ConfigFlags &= ~ImGuiConfigFlags.DockingEnable;
}
// Process information needed by ImGuiHelpers each frame.
ImGuiHelpers.NewFrame();
this.scene.Render();
return this.presentHook.Original(swapChain, syncInterval, presentFlags);