chore: update gradlew

This commit is contained in:
2022-10-10 19:16:30 +03:00
parent c565f74e47
commit b876173ae2
4 changed files with 160 additions and 113 deletions

View File

@@ -63,8 +63,6 @@ abstract class WorldRendererMixin {
int y = chunk.getOrigin().getY();
int z = chunk.getOrigin().getZ();
// shader.fogStart.set(Float.POSITIVE_INFINITY);
if (getProgressManager().isChunkLoaded(x, 0, z)) {
float progress = getProgressManager().getChunkProgress(x, 0, z);