feat(TabSelf): Added God Mode

This commit is contained in:
Yimura
2021-05-19 18:10:59 +02:00
parent d8bb940842
commit bd4236a3bd

View File

@ -7,6 +7,7 @@ namespace big
{
if (ImGui::BeginTabItem("Self"))
{
ImGui::Checkbox("God Mode", &g.self.godmode);
ImGui::Checkbox("No Clip", &g.self.noclip);
ImGui::EndTabItem();