Skip to content

Commit c62dece

Browse files
author
IMS212
committed
Fix build
1 parent 24fb277 commit c62dece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/coderbot/iris/pipeline/newshader/NewWorldRenderingPipeline.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public NewWorldRenderingPipeline(ProgramSet programSet) throws IOException {
194194

195195
BufferFlipper flipper = new BufferFlipper();
196196

197-
this.centerDepthSampler = new CenterDepthSampler(programSet.getPackDirectives().getCenterDepthHalfLife());
197+
this.centerDepthSampler = new CenterDepthSampler(renderTargets, programSet.getPackDirectives().getCenterDepthHalfLife());
198198

199199
this.shadowMapResolution = programSet.getPackDirectives().getShadowDirectives().getResolution();
200200

0 commit comments

Comments
 (0)