Potentially fix LODs not loading in
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user