Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
fix: enable fog
Browse files Browse the repository at this point in the history
  • Loading branch information
TopchetoEU committed Oct 10, 2022
1 parent 658915d commit c565f74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c565f74

Please sign in to comment.