From 63bacc0a7782b057a7b4f2414806fefe8f256efe Mon Sep 17 00:00:00 2001 From: Gibson <3028128+GibsonHF@users.noreply.github.com> Date: Sun, 26 Dec 2021 21:30:08 -0500 Subject: [PATCH] Updated tab_self for missing code Missing treepop causing issues in self tab --- BigBaseV2/src/gui/window/main/tab_self.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BigBaseV2/src/gui/window/main/tab_self.cpp b/BigBaseV2/src/gui/window/main/tab_self.cpp index 36081775..7e99b857 100644 --- a/BigBaseV2/src/gui/window/main/tab_self.cpp +++ b/BigBaseV2/src/gui/window/main/tab_self.cpp @@ -33,6 +33,8 @@ namespace big ImGui::Checkbox("No Ragdoll", &g.self.no_ragdoll); ImGui::SameLine(); ImGui::Checkbox("Super Run", &g.self.super_run); + + ImGui::TreePop(); } if (ImGui::TreeNode("Frame Flags"))