1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-12 02:00:58 +01: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();
}
//-----------------------------------------------------------------------------