Updated tab_self for missing code

Missing treepop causing issues in self tab
This commit is contained in:
Gibson 2021-12-26 21:30:08 -05:00 committed by GitHub
parent 577a9c1bc8
commit 63bacc0a77

View File

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