Skip to content

Commit

Permalink
Fixed wrong ImGUI End() call
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketz committed Nov 20, 2024
1 parent 2b94af1 commit d22386c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widgets/memory_observer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ void PCSX::Widgets::MemoryObserver::draw(const char* title) {
ImGui::EndTabItem();
}

ImGui::TreePop();
ImGui::EndTabBar();
}

ImGui::End();
Expand Down

0 comments on commit d22386c

Please sign in to comment.