From bbffedaedfbf4f9219e7ac03c50da72aff0dcc9b Mon Sep 17 00:00:00 2001 From: CuriousMike56 <46073351+CuriousMike56@users.noreply.github.com> Date: Sun, 26 Jan 2025 21:07:29 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=90=20Renamed=20LOD=20setting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/main/gui/panels/GUI_GameSettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main/gui/panels/GUI_GameSettings.cpp b/source/main/gui/panels/GUI_GameSettings.cpp index ea6a7d7549..a3dfadc19d 100644 --- a/source/main/gui/panels/GUI_GameSettings.cpp +++ b/source/main/gui/panels/GUI_GameSettings.cpp @@ -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())