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 d0c5db3 commit 08059c8Copy full SHA for 08059c8
src/main/java/com/ventooth/swansong/shader/ShaderEngine.java
@@ -791,7 +791,7 @@ public static void beginRenderWorld() {
791
* <p>
792
* This is closer to what vanilla does, but in turn this will cost us an additional 3 full-screen depth blits.
793
*/
794
- private static final boolean COMBINED_DEPTH = true;
+ private static final boolean COMBINED_DEPTH = false;
795
796
public static void preRenderLast() {
797
if (COMBINED_DEPTH) {
0 commit comments