Fix projector depth

This commit is contained in:
Jackson Abney
2024-07-18 15:31:42 -08:00
parent e0ac551ec5
commit 8cf17191b9

View File

@@ -392,7 +392,7 @@ public final class ProjectorDepthRenderer {
RenderSystem.blendFunc(GlStateManager.SourceFactor.ONE, GlStateManager.DestFactor.ONE);
RenderSystem.colorMask(true, true, true, false);
RenderSystem.disableDepthTest();
// RenderSystem.disableDepthTest();
RenderSystem.depthMask(false);
}