diff --git a/src/main/java/me/topchetoeu/animatedchunks/mixin/WorldRendererMixin.java b/src/main/java/me/topchetoeu/animatedchunks/mixin/WorldRendererMixin.java index e7c9732..1f6276a 100644 --- a/src/main/java/me/topchetoeu/animatedchunks/mixin/WorldRendererMixin.java +++ b/src/main/java/me/topchetoeu/animatedchunks/mixin/WorldRendererMixin.java @@ -63,7 +63,7 @@ private void renderChunkBefore(RenderLayer renderLayer, MatrixStack matrices, do int y = chunk.getOrigin().getY(); int z = chunk.getOrigin().getZ(); - shader.fogStart.set(Float.POSITIVE_INFINITY); + // shader.fogStart.set(Float.POSITIVE_INFINITY); if (getProgressManager().isChunkLoaded(x, 0, z)) { float progress = getProgressManager().getChunkProgress(x, 0, z);