Add a missing comment

This commit is contained in:
James Seibel
2022-01-03 21:20:46 -06:00
parent 2f6ff1a3ea
commit ae7e416810
@@ -104,6 +104,7 @@ public class LodUtil
/**
* measured in Blocks <br>
* detail level max - 1
* 512 blocks
*/
public static final short REGION_WIDTH = 1 << REGION_DETAIL_LEVEL;
/**