From 7154e3ec021ff786b47cc357f1521a2d6d29912c Mon Sep 17 00:00:00 2001 From: Baoulettes Date: Fri, 22 Apr 2022 01:31:12 +0200 Subject: [PATCH] Hide menu entry for that fix --- libultraship/libultraship/SohImGuiImpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libultraship/libultraship/SohImGuiImpl.cpp b/libultraship/libultraship/SohImGuiImpl.cpp index 564e37fc8..dfafc4615 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -418,10 +418,10 @@ namespace SohImGui { 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); needs_save = true; - } + }*/ ImGui::Text("Graphics"); ImGui::Separator();