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(); } //-----------------------------------------------------------------------------