Example bug fixed: ImGui::End() should be called whether ImGui::Begin() return true or false (#1325)

This commit is contained in:
knightlyj
2018-02-01 01:51:27 +08:00
committed by Branimir Karadžić
parent 76442f2f29
commit 9f4260e54d

View File

@@ -384,9 +384,8 @@ void showExampleDialog(entry::AppI* _app, const char* _errorText)
ImGui::EndChild();
}
}
ImGui::End();
}
ImGui::End();
}
ImGui::End();