Fixed develop
This commit is contained in:
@@ -559,8 +559,7 @@ namespace SohImGui {
|
|||||||
CVar_SetS32("gInfiniteNayru", Game::Settings.cheats.infinite_nayru);
|
CVar_SetS32("gInfiniteNayru", Game::Settings.cheats.infinite_nayru);
|
||||||
needs_save = true;
|
needs_save = true;
|
||||||
}
|
}
|
||||||
|
ImGui::EndMenu();
|
||||||
ImGui::EndMenu();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ImGui::Checkbox("No Clip", &Game::Settings.cheats.no_clip)) {
|
if (ImGui::Checkbox("No Clip", &Game::Settings.cheats.no_clip)) {
|
||||||
@@ -582,7 +581,7 @@ namespace SohImGui {
|
|||||||
CVar_SetS32("gSuperTunic", Game::Settings.cheats.super_tunic);
|
CVar_SetS32("gSuperTunic", Game::Settings.cheats.super_tunic);
|
||||||
needs_save = true;
|
needs_save = true;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (ImGui::BeginMenu("Cosmetics")) {
|
if (ImGui::BeginMenu("Cosmetics")) {
|
||||||
ImGui::Text("Tunics");
|
ImGui::Text("Tunics");
|
||||||
|
|||||||
Reference in New Issue
Block a user