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.
1 parent 24fb277 commit c62deceCopy full SHA for c62dece
src/main/java/net/coderbot/iris/pipeline/newshader/NewWorldRenderingPipeline.java
@@ -194,7 +194,7 @@ public NewWorldRenderingPipeline(ProgramSet programSet) throws IOException {
194
195
BufferFlipper flipper = new BufferFlipper();
196
197
- this.centerDepthSampler = new CenterDepthSampler(programSet.getPackDirectives().getCenterDepthHalfLife());
+ this.centerDepthSampler = new CenterDepthSampler(renderTargets, programSet.getPackDirectives().getCenterDepthHalfLife());
198
199
this.shadowMapResolution = programSet.getPackDirectives().getShadowDirectives().getResolution();
200
0 commit comments