mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-26 01:58:51 -05:00
Tiny code cleanup
This commit is contained in:
parent
b42a282a84
commit
5e2b7acabb
@ -1396,8 +1396,8 @@ namespace SohImGui {
|
||||
}
|
||||
}
|
||||
|
||||
// Randomizer Menu
|
||||
ImGui::SetCursorPosY(0.0f);
|
||||
|
||||
if (ImGui::BeginMenu("Randomizer"))
|
||||
{
|
||||
EnhancementCheckbox("Randomizer Settings", "gRandomizerSettingsEnabled");
|
||||
@ -1414,13 +1414,10 @@ namespace SohImGui {
|
||||
"of item that is obtained. This can make fanfares\n"
|
||||
"longer than usual in some cases."
|
||||
);
|
||||
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
|
||||
ImGui::EndMenuBar();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user