mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Update SohImGuiImpl.cpp
Added back EndMenu into the Cheats section. Preventing the dropdown from expanding across the screen. Co-Authored-By: IShallRiseAgain <49771132+IShallRiseAgain@users.noreply.github.com>
This commit is contained in:
parent
eea5135d62
commit
ec1ddade6c
1 changed files with 1 additions and 0 deletions
|
@ -605,6 +605,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;
|
||||||
}
|
}
|
||||||
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ImGui::BeginMenu("Cosmetics")) {
|
if (ImGui::BeginMenu("Cosmetics")) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue