From c565f74e47bed29457e3fd19059fc19cabde28ef Mon Sep 17 00:00:00 2001 From: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com> Date: Mon, 10 Oct 2022 19:16:23 +0300 Subject: [PATCH] fix: enable fog --- .../me/topchetoeu/animatedchunks/mixin/WorldRendererMixin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ abstract class WorldRendererMixin { 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);