mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat: run ImGuiHelpers.NewFrame each frame
This commit is contained in:
parent
9621cb5428
commit
7ef0456582
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue