mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 23:17:52 +08:00
Updated tab_self for missing code
Missing treepop causing issues in self tab
This commit is contained in:
parent
577a9c1bc8
commit
63bacc0a77
@ -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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user