diff options
| author | SonicDcer <alejandro.asenjo88@gmail.com> | 2025-05-25 18:24:09 -0300 |
|---|---|---|
| committer | SonicDcer <alejandro.asenjo88@gmail.com> | 2025-05-25 18:24:09 -0300 |
| commit | 32c931989971988fb789fcaf5672a034f2013181 (patch) | |
| tree | c3e0ef51ff73065d1380124ab791af7ff1a32d63 | |
| parent | 2e057c10d4fd35ad5a020922076ce59da795a49a (diff) | |
| parent | 995cb87475b796f7f931b7c43e9243cf1d36e5d1 (diff) | |
Merge branch 'main' of github.com:HarbourMasters/Starship
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/port/ui/ImguiUI.cpp | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e51ac34..a5c086d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR) # Set the project version and language -project(Starship VERSION 2.0.1 LANGUAGES C CXX ASM) +project(Starship VERSION 2.0.0 LANGUAGES C CXX ASM) include(FetchContent) set(NATO_PHONETIC_ALPHABET diff --git a/src/port/ui/ImguiUI.cpp b/src/port/ui/ImguiUI.cpp index be909fc6..f488aedf 100644 --- a/src/port/ui/ImguiUI.cpp +++ b/src/port/ui/ImguiUI.cpp @@ -513,9 +513,7 @@ void DrawSettingsMenu(){ ImGui::Text("Texture Filter (Needs reload)"); UIWidgets::EnhancementCombobox("gTextureFilter", filters, 0); - if (Ship::Context::GetInstance()->GetConfig()->GetString("Window.Backend.Name") != windowBackendNames[Ship::WindowBackend::FAST3D_SDL_OPENGL]) { - UIWidgets::PaddedEnhancementCheckbox("Apply Point Filtering to UI Elements", "gHUDPointFiltering", true, false, false, "", UIWidgets::CheckboxGraphics::Cross, true); - } + UIWidgets::PaddedEnhancementCheckbox("Apply Point Filtering to UI Elements", "gHUDPointFiltering", true, false, false, "", UIWidgets::CheckboxGraphics::Cross, true); UIWidgets::Spacer(0); Ship::Context::GetInstance()->GetWindow()->GetGui()->GetGameOverlay()->DrawSettings(); |
