remove unused
This commit is contained in:
@@ -222,7 +222,7 @@ public class VoxyRenderSystem {
|
|||||||
this.postProcessing.setup(viewport.width, viewport.height, boundFB);
|
this.postProcessing.setup(viewport.width, viewport.height, boundFB);
|
||||||
TimingStatistics.F.stop();
|
TimingStatistics.F.stop();
|
||||||
|
|
||||||
this.renderer.renderFarAwayOpaque(viewport, this.chunkBoundRenderer.getDepthBoundTexture(), startTime);
|
this.renderer.renderFarAwayOpaque(viewport, this.chunkBoundRenderer.getDepthBoundTexture());
|
||||||
|
|
||||||
|
|
||||||
TimingStatistics.F.start();
|
TimingStatistics.F.start();
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ public class RenderService<T extends AbstractSectionRenderer<J, Q>, J extends Vi
|
|||||||
this.modelService.tick(budget);
|
this.modelService.tick(budget);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void renderFarAwayOpaque(J viewport, GlTexture depthBoundTexture, long frameStart) {
|
public void renderFarAwayOpaque(J viewport, GlTexture depthBoundTexture) {
|
||||||
//LightMapHelper.tickLightmap();
|
//LightMapHelper.tickLightmap();
|
||||||
|
|
||||||
//Render previous geometry with the abstract renderer
|
//Render previous geometry with the abstract renderer
|
||||||
|
|||||||
Reference in New Issue
Block a user