Refactoring and commenting

This commit is contained in:
James Seibel
2021-08-08 16:30:04 -05:00
parent ce5f8708cd
commit 6520cdb184
8 changed files with 159 additions and 90 deletions
@@ -831,7 +831,7 @@ public class LodNodeRenderer
LodQuadTreeNode lod = lodDim.getLodFromCoordinates(new ChunkPos(x, z), 4);
if (lod != null)
{
short lodHighestPoint = lod.lodDataPoint.height;
short lodHighestPoint = lod.getLodDataPoint().height;
if (playerPos.getY() < lodHighestPoint)
{