fix midrange chunk visual gen
Some checks failed
studiorailgun/Renderer/pipeline/pr-master There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/pr-master There was a failure building this commit
This commit is contained in:
parent
d077f43188
commit
249e80d4ae
@ -413,7 +413,7 @@ public class ClientDrawCellManager {
|
|||||||
(
|
(
|
||||||
node.getLevel() == this.chunkTree.getMaxLevel() - 1
|
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
|
node.getLevel() == this.chunkTree.getMaxLevel() - 1
|
||||||
&&
|
&&
|
||||||
this.getMinDistance(pos, node) <= HALF_RES_DIST
|
this.getMinDistance(pos, node) <= QUARTER_RES_DIST
|
||||||
)
|
)
|
||||||
||
|
||
|
||||||
(
|
(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user