This commit is contained in:
mcrcortex
2025-12-18 17:08:04 +10:00
parent 342043674d
commit b68d5b3c66

View File

@@ -145,6 +145,7 @@ public class IrisVoxyRenderPipeline extends AbstractRenderPipeline {
} else { } else {
// normally disabled by AbstractRenderPipeline but since we are skipping it we do it here // normally disabled by AbstractRenderPipeline but since we are skipping it we do it here
glDisable(GL_STENCIL_TEST); glDisable(GL_STENCIL_TEST);
glDisable(GL_DEPTH_TEST);
} }
} }