Update imgui external

This commit is contained in:
Emma Broman
2021-03-01 13:24:28 +01:00
parent 35b96967af
commit 157ffff25b
24 changed files with 35590 additions and 13462 deletions

View File

@@ -38,7 +38,9 @@ void GuiHelpComponent::render() {
ImGui::SetNextWindowCollapsed(_isCollapsed);
bool v = _isEnabled;
ImGui::Begin("Help", &v, Size, 0.5f);
ImGui::SetNextWindowSize(Size, ImGuiCond_FirstUseEver);
ImGui::SetNextWindowBgAlpha(0.5f);
ImGui::Begin("Help", &v);
_isEnabled = v;
_isCollapsed = ImGui::IsWindowCollapsed();
ImGui::ShowUserGuide();