Skip to content

Commit

Permalink
📐 Renamed LOD setting
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousMike56 committed Jan 27, 2025
1 parent af5d17e commit bbffeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main/gui/panels/GUI_GameSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ void GameSettings::DrawGraphicsSettings()
DrawGIntCheck(App::gfx_particles_mode, _LC("GameSettings", "Enable particle gfx"));
DrawGIntCheck(App::gfx_skidmarks_mode, _LC("GameSettings", "Enable skidmarks"));

DrawGCheckbox(App::gfx_auto_lod, _LC("GameSettings", "Enable OGRE's automatic mesh LOD generator (Increases loading times)"));
DrawGCheckbox(App::gfx_auto_lod, _LC("GameSettings", "Enable automatic mesh LOD generator (Increases loading times)"));

DrawGCheckbox(App::gfx_envmap_enabled, _LC("GameSettings", "Realtime reflections"));
if (App::gfx_envmap_enabled->getBool())
Expand Down

0 comments on commit bbffeda

Please sign in to comment.