Minor comment change

This commit is contained in:
James Seibel
2020-09-12 13:46:50 -05:00
parent 6e0c9e133b
commit 31381d5b2e
@@ -116,7 +116,7 @@ public class LodRenderer
int totalLength = (int) farPlaneDistance * viewDistanceMultiplier;
int squareSideLength = 16;
int numbOfBoxesWide = (totalLength / squareSideLength);
//XXX start distance is about 2 * farPlaneDistance
// start distance is about 2 * farPlaneDistance
// size of a single square
int bbx = squareSideLength;