summaryrefslogtreecommitdiffstats
path: root/Imgui/src/ImGuiImplDiligent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Imgui/src/ImGuiImplDiligent.cpp')
-rw-r--r--Imgui/src/ImGuiImplDiligent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Imgui/src/ImGuiImplDiligent.cpp b/Imgui/src/ImGuiImplDiligent.cpp
index 03e3e76..26de09b 100644
--- a/Imgui/src/ImGuiImplDiligent.cpp
+++ b/Imgui/src/ImGuiImplDiligent.cpp
@@ -448,6 +448,7 @@ void ImGuiImplDiligent::NewFrame()
void ImGuiImplDiligent::Render(IDeviceContext* pCtx)
{
+ ImGui::EndFrame();
ImGui::Render();
m_pImpl->RenderDrawData(pCtx, ImGui::GetDrawData());
}