From 59e35ffad36c7f97fe4f716787ec6e23797b5614 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Tue, 27 Jan 2026 20:50:53 -0600 Subject: [PATCH] Fix beacons not rendering --- .../distanthorizons/core/render/QuadTree/LodRenderSection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/seibel/distanthorizons/core/render/QuadTree/LodRenderSection.java b/core/src/main/java/com/seibel/distanthorizons/core/render/QuadTree/LodRenderSection.java index 758d1f757..2e0003204 100644 --- a/core/src/main/java/com/seibel/distanthorizons/core/render/QuadTree/LodRenderSection.java +++ b/core/src/main/java/com/seibel/distanthorizons/core/render/QuadTree/LodRenderSection.java @@ -192,7 +192,7 @@ public class LodRenderSection implements IDebugRenderable, AutoCloseable this.getAndBuildRenderDataRunnable = () -> { - //this.refreshActiveBeaconList(); + this.refreshActiveBeaconList(); this.getAndUploadRenderDataToGpu(); // the future is passed in separately (IE not using the local var) to prevent any possible race condition null pointers