Fixed develop

This commit is contained in:
KiritoDev 2022-04-26 18:04:47 -05:00 committed by Kenix3
parent 1f663dda7b
commit 486f673df5

View File

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