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, 0 insertions, 1 deletions
diff --git a/Imgui/src/ImGuiImplDiligent.cpp b/Imgui/src/ImGuiImplDiligent.cpp
index 26de09b..03e3e76 100644
--- a/Imgui/src/ImGuiImplDiligent.cpp
+++ b/Imgui/src/ImGuiImplDiligent.cpp
@@ -448,7 +448,6 @@ void ImGuiImplDiligent::NewFrame()
void ImGuiImplDiligent::Render(IDeviceContext* pCtx)
{
- ImGui::EndFrame();
ImGui::Render();
m_pImpl->RenderDrawData(pCtx, ImGui::GetDrawData());
}