1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Demo: Fix collateral damage of 54a60aa

This commit is contained in:
omar 2018-12-11 13:25:16 +01:00
parent 54a60aaa40
commit 95dcc534ed

View file

@ -3835,6 +3835,7 @@ static void ShowExampleAppCustomRendering(bool* p_open)
if (adding_preview)
points.pop_back();
}
ImGui::End();
}
//-----------------------------------------------------------------------------