Skip to content

Commit

Permalink
Update debug_gui.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedb0T committed Dec 3, 2024
1 parent 39f4eea commit 7c12b1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions game/graphics/opengl_renderer/debug_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ void OpenGlDebugGui::draw(const DmaStats& dma_stats) {
ImGui::PushStyleColor(ImGuiCol_Header, ImGui::GetStyleColorVec4(ImGuiCol_MenuBarBg));
ImGui::PushStyleColor(ImGuiCol_HeaderHovered,
ImGui::GetStyleColorVec4(ImGuiCol_HeaderHovered));
ImGui::PushStyleColor(ImGuiCol_HeaderActive,
ImGui::GetStyleColorVec4(ImGuiCol_HeaderActive));
ImGui::PushStyleColor(ImGuiCol_HeaderActive, ImGui::GetStyleColorVec4(ImGuiCol_HeaderActive));

if (ImGui::Selectable(button_text.c_str(), false, ImGuiSelectableFlags_DontClosePopups,
ImVec2(button_width, button_height))) {
Expand Down

0 comments on commit 7c12b1e

Please sign in to comment.