Skip to content

Commit

Permalink
UI: Fix missing TreePop()
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Jan 2, 2024
1 parent 43828fc commit fea6c7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mods/VR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2231,6 +2231,8 @@ void VR::on_draw_sidebar_entry(std::string_view name) {
m_keybind_load_camera_0->draw("Load Camera 0 Key");
m_keybind_load_camera_1->draw("Load Camera 1 Key");
m_keybind_load_camera_2->draw("Load Camera 2 Key");

ImGui::TreePop();
}

ImGui::SetNextItemOpen(true, ImGuiCond_::ImGuiCond_Once);
Expand Down

0 comments on commit fea6c7e

Please sign in to comment.