fix midrange chunk visual gen
Some checks failed
studiorailgun/Renderer/pipeline/pr-master There was a failure building this commit

This commit is contained in:
austin 2024-11-07 09:23:35 -05:00
parent d077f43188
commit 249e80d4ae

View File

@ -413,7 +413,7 @@ public class ClientDrawCellManager {
(
node.getLevel() == this.chunkTree.getMaxLevel() - 1
&&
this.getMinDistance(pos, node) <= HALF_RES_DIST
this.getMinDistance(pos, node) <= QUARTER_RES_DIST
)
||
(
@ -446,7 +446,7 @@ public class ClientDrawCellManager {
(
node.getLevel() == this.chunkTree.getMaxLevel() - 1
&&
this.getMinDistance(pos, node) <= HALF_RES_DIST
this.getMinDistance(pos, node) <= QUARTER_RES_DIST
)
||
(