From 7f958269e49e0973b60310707faa09ca51ed73af Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 19 Oct 2025 16:16:35 -0500 Subject: [PATCH] Fix not reloading LODs on horizontal quality change --- .../main/java/com/seibel/distanthorizons/core/config/Config.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java b/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java index 0e989aafb..6a8c372b6 100644 --- a/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java +++ b/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java @@ -193,6 +193,7 @@ public class Config + "This indicates how quickly LODs decrease in quality the further away they are. \n" + "Higher settings will render higher quality fake chunks farther away, \n" + "but will increase memory and GPU usage.") + .addListener(ReloadLodsConfigEventHandler.DELAYED_INSTANCE) .build(); public static ConfigEntry maxHorizontalResolution = new ConfigEntry.Builder()