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"))