From 95dcc534ed9faae523492b07db439440a4043800 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 8d9b1193f..4159a01d4 100644 --- a/imgui_demo.cpp +++ b/imgui_demo.cpp @@ -3835,6 +3835,7 @@ static void ShowExampleAppCustomRendering(bool* p_open) if (adding_preview) points.pop_back(); } + ImGui::End(); } //-----------------------------------------------------------------------------