Skip to content

Commit 040efbc

Browse files
author
IMS212
committed
Merge branch '1.17.1-maintenance' into 1.18.2
2 parents dfc2bdd + 94c0eef commit 040efbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "iris",
4-
"version": "1.2.7-pre-development-environment",
4+
"version": "1.2.7-development-environment",
55

66
"name": "Iris",
77
"description": "A modern shaders mod for Minecraft intended to be compatible with existing OptiFine shader packs",

0 commit comments

Comments
 (0)