Skip to content

Commit

Permalink
📐 Removed duplicate settings
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousMike56 committed Jan 24, 2025
1 parent f349d80 commit 3c137ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/main/gui/panels/GUI_GameSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -419,11 +419,6 @@ void GameSettings::DrawGraphicsSettings()
}

DrawGCheckbox(App::gfx_enable_videocams, _LC("GameSettings", "Render video cameras"));
DrawGCheckbox(App::gfx_surveymap_icons, _LC("GameSettings", "Overview map icons"));
if (App::gfx_surveymap_icons->getBool())
{
DrawGCheckbox(App::gfx_declutter_map, _LC("GameSettings", "Declutter overview map"));
}
DrawGCheckbox(App::gfx_water_waves, _LC("GameSettings", "Waves on water"));
DrawGCheckbox(App::gfx_alt_actor_materials, _LC("GameSettings", "Use alternate vehicle materials"));

Expand Down

0 comments on commit 3c137ac

Please sign in to comment.