Skip to content

Commit

Permalink
Update Mixin_ForceChunkLoading.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ferriarnus committed May 26, 2024
1 parent d80b1d7 commit 6bd3113
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private void forceAllChunks(MatrixStack matrices, float tickDelta, long limitTim
// If that async processing did change the chunk graph, we need to re-apply the frustum (otherwise this is
// only done in the next setupTerrain call, which not happen this frame)
if (this.updateFinished.compareAndSet(true, false)) {
this.applyFrustum((new Frustum(frustum)).coverBoxAroundSetPosition(8)); // call based on the one in setupTerrain
this.applyFrustum((new Frustum(frustum)).method_38557(8)); // call based on the one in setupTerrain
}

// Schedule all chunks which need rebuilding (we schedule even important rebuilds because we wait for
Expand Down

0 comments on commit 6bd3113

Please sign in to comment.