mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-14 07:28:15 -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);
|
ImGui::SetCursorPosY(0.0f);
|
||||||
|
|
||||||
if (ImGui::BeginMenu("Randomizer"))
|
if (ImGui::BeginMenu("Randomizer"))
|
||||||
{
|
{
|
||||||
EnhancementCheckbox("Randomizer Settings", "gRandomizerSettingsEnabled");
|
EnhancementCheckbox("Randomizer Settings", "gRandomizerSettingsEnabled");
|
||||||
@ -1414,13 +1414,10 @@ namespace SohImGui {
|
|||||||
"of item that is obtained. This can make fanfares\n"
|
"of item that is obtained. This can make fanfares\n"
|
||||||
"longer than usual in some cases."
|
"longer than usual in some cases."
|
||||||
);
|
);
|
||||||
|
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui::EndMenuBar();
|
ImGui::EndMenuBar();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user