Demo: Fix collateral damage of 54a60aa

This commit is contained in:
omar 2018-12-11 13:25:16 +01:00
parent c40feabe4d
commit 2886e0b6f5

View File

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