Skip to content

Commit fea6c7e

Browse files
committed
UI: Fix missing TreePop()
1 parent 43828fc commit fea6c7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mods/VR.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2231,6 +2231,8 @@ void VR::on_draw_sidebar_entry(std::string_view name) {
22312231
m_keybind_load_camera_0->draw("Load Camera 0 Key");
22322232
m_keybind_load_camera_1->draw("Load Camera 1 Key");
22332233
m_keybind_load_camera_2->draw("Load Camera 2 Key");
2234+
2235+
ImGui::TreePop();
22342236
}
22352237

22362238
ImGui::SetNextItemOpen(true, ImGuiCond_::ImGuiCond_Once);

0 commit comments

Comments
 (0)