mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 15:17:23 +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::Checkbox("No Ragdoll", &g.self.no_ragdoll);
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::Checkbox("Super Run", &g.self.super_run);
|
ImGui::Checkbox("Super Run", &g.self.super_run);
|
||||||
|
|
||||||
|
ImGui::TreePop();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ImGui::TreeNode("Frame Flags"))
|
if (ImGui::TreeNode("Frame Flags"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user