voxelImprovements #5
@ -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
 | 
			
		||||
            )
 | 
			
		||||
            ||
 | 
			
		||||
            (
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user