From 5588b0d2fa4861202f1c0da050d6c3878beeeba8 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Mon, 29 Jul 2024 07:29:48 -0500 Subject: [PATCH] Add TODO to cleanup LodRenderSection futures --- .../com/seibel/distanthorizons/core/render/LodRenderSection.java | 1 + 1 file changed, 1 insertion(+) 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 d12fba56a..f8ddf4dee 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 @@ -127,6 +127,7 @@ public class LodRenderSection implements IDebugRenderable, AutoCloseable // render data loading/uploading // //===============================// + // TODO cleanup, there's a lot of nested futures and duplicate error handling here and it's hard to read public synchronized void uploadRenderDataToGpuAsync() { if (!GLProxy.hasInstance())