mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 15:15:33 -07:00
Hide menu entry for that fix
This commit is contained in:
parent
8c0a5ecdf9
commit
7154e3ec02
1 changed files with 2 additions and 2 deletions
|
@ -418,10 +418,10 @@ namespace SohImGui {
|
||||||
needs_save = true;
|
needs_save = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ImGui::Checkbox("Fix L&R Pause menu", &Game::Settings.enhancements.uniform_lr)) {
|
/*if (ImGui::Checkbox("Fix L&R Pause menu", &Game::Settings.enhancements.uniform_lr)) {
|
||||||
CVar_SetS32("gUniformLR", Game::Settings.enhancements.uniform_lr);
|
CVar_SetS32("gUniformLR", Game::Settings.enhancements.uniform_lr);
|
||||||
needs_save = true;
|
needs_save = true;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
ImGui::Text("Graphics");
|
ImGui::Text("Graphics");
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue