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:
Zion 2022-04-27 21:16:26 -04:00 committed by Nicholas Estelami
parent eea5135d62
commit 02930be9ee
1 changed files with 1 additions and 0 deletions

View File

@ -605,6 +605,7 @@ namespace SohImGui {
CVar_SetS32("gSuperTunic", Game::Settings.cheats.super_tunic);
needs_save = true;
}
ImGui::EndMenu();
}
if (ImGui::BeginMenu("Cosmetics")) {