Fix beacons not rendering

This commit is contained in:
James Seibel
2026-01-27 20:50:53 -06:00
parent 7b26c0baeb
commit 59e35ffad3
@@ -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