Skip to content

Commit 08059c8

Browse files
committed
chore: Disable combined depth for the release
1 parent d0c5db3 commit 08059c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ventooth/swansong/shader/ShaderEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ public static void beginRenderWorld() {
791791
* <p>
792792
* This is closer to what vanilla does, but in turn this will cost us an additional 3 full-screen depth blits.
793793
*/
794-
private static final boolean COMBINED_DEPTH = true;
794+
private static final boolean COMBINED_DEPTH = false;
795795

796796
public static void preRenderLast() {
797797
if (COMBINED_DEPTH) {

0 commit comments

Comments
 (0)