Fixed develop

This commit is contained in:
KiritoDev 2022-04-26 18:04:47 -05:00 committed by Kenix3
parent 1f663dda7b
commit 486f673df5
1 changed files with 2 additions and 3 deletions

View File

@ -559,8 +559,7 @@ namespace SohImGui {
CVar_SetS32("gInfiniteNayru", Game::Settings.cheats.infinite_nayru);
needs_save = true;
}
ImGui::EndMenu();
ImGui::EndMenu();
}
if (ImGui::Checkbox("No Clip", &Game::Settings.cheats.no_clip)) {
@ -582,7 +581,7 @@ namespace SohImGui {
CVar_SetS32("gSuperTunic", Game::Settings.cheats.super_tunic);
needs_save = true;
}
}
if (ImGui::BeginMenu("Cosmetics")) {
ImGui::Text("Tunics");