fix: enable fog

This commit is contained in:
TopchetoEU 2022-10-10 19:16:23 +03:00
parent 658915ddb9
commit c565f74e47

View File

@ -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);