remove unused

This commit is contained in:
mcrcortex
2025-06-09 19:25:48 +10:00
parent 4f37d3b597
commit 5b752d3f87
2 changed files with 2 additions and 2 deletions

View File

@@ -222,7 +222,7 @@ public class VoxyRenderSystem {
this.postProcessing.setup(viewport.width, viewport.height, boundFB);
TimingStatistics.F.stop();
this.renderer.renderFarAwayOpaque(viewport, this.chunkBoundRenderer.getDepthBoundTexture(), startTime);
this.renderer.renderFarAwayOpaque(viewport, this.chunkBoundRenderer.getDepthBoundTexture());
TimingStatistics.F.start();

View File

@@ -106,7 +106,7 @@ public class RenderService<T extends AbstractSectionRenderer<J, Q>, J extends Vi
this.modelService.tick(budget);
}
public void renderFarAwayOpaque(J viewport, GlTexture depthBoundTexture, long frameStart) {
public void renderFarAwayOpaque(J viewport, GlTexture depthBoundTexture) {
//LightMapHelper.tickLightmap();
//Render previous geometry with the abstract renderer