From 2886e0b6f5ff45e4f60c0312d936db837d403843 Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 11 Dec 2018 13:25:16 +0100 Subject: [PATCH] Demo: Fix collateral damage of 54a60aa --- imgui_demo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/imgui_demo.cpp b/imgui_demo.cpp index d86606dd..d5708bcc 100644 --- a/imgui_demo.cpp +++ b/imgui_demo.cpp @@ -3863,6 +3863,7 @@ static void ShowExampleAppCustomRendering(bool* p_open) if (adding_preview) points.pop_back(); } + ImGui::End(); } //-----------------------------------------------------------------------------