Potentially fix LODs not loading in

This commit is contained in:
James Seibel
2024-05-11 16:19:10 -05:00
parent 723f67ea0c
commit a4ac483e5b
2 changed files with 2 additions and 1 deletions
@@ -168,6 +168,7 @@ public class LodRenderSection implements IDebugRenderable, AutoCloseable
// nothing needs to be rendered
this.canRender = false;
this.uploadRenderDataToGpuFuture = null;
return;
}
@@ -344,7 +344,7 @@ public class RenderBufferHandler implements AutoCloseable
{
continue;
}
this.loadedNearToFarBuffers.add(new LoadedRenderBuffer(buffer, sectionPos));
}