We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7eeb2d4 + 0480506 commit 306208cCopy full SHA for 306208c
src/main/java/net/coderbot/iris/pipeline/newshader/NewWorldRenderingPipeline.java
@@ -170,7 +170,7 @@ public NewWorldRenderingPipeline(ProgramSet programSet) throws IOException {
170
171
BufferFlipper flipper = new BufferFlipper();
172
173
- this.centerDepthSampler = new CenterDepthSampler(renderTargets, updateNotifier);
+ this.centerDepthSampler = new CenterDepthSampler(renderTargets);
174
175
Supplier<ShadowMapRenderer> shadowMapRendererSupplier = () -> {
176
createShadowMapRenderer.run();
0 commit comments