1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-02-07 04:30:08 +00:00
This commit is contained in:
omar 2017-08-15 11:41:36 +08:00
parent f8f382221c
commit 18b50f8eba
2 changed files with 5 additions and 3 deletions

View file

@ -260,7 +260,6 @@ void ImGui::ShowTestWindow(bool* p_open)
if (ImGui::CollapsingHeader("Widgets"))
{
if (ImGui::TreeNode("Basic"))
{
static int clicked = 0;