From 69a4e6b27e97dbfec1de08405d0e951e47ebeb1d Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 22 Feb 2025 08:55:41 -0600 Subject: [PATCH] Add TODO about why LODs sometimes fail to load --- .../seibel/distanthorizons/core/render/LodRenderSection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/seibel/distanthorizons/core/render/LodRenderSection.java b/core/src/main/java/com/seibel/distanthorizons/core/render/LodRenderSection.java index 6405dbe04..e0cb0c5b1 100644 --- a/core/src/main/java/com/seibel/distanthorizons/core/render/LodRenderSection.java +++ b/core/src/main/java/com/seibel/distanthorizons/core/render/LodRenderSection.java @@ -209,7 +209,7 @@ public class LodRenderSection implements IDebugRenderable, AutoCloseable future.handle((voidObj, throwable) -> { // this has to fire are the end of every added future, otherwise we'll lock up and nothing will load - GLOBAL_UPLOAD_TASKS_COUNT_REF.decrementAndGet(); + GLOBAL_UPLOAD_TASKS_COUNT_REF.decrementAndGet(); // TODO there is an issue where this variable isn't decremented properly, preventing LODs from loading in, or loading much slower return null; });