Add a TODO

This commit is contained in:
James Seibel
2021-02-15 22:23:09 -06:00
parent be78ca865f
commit b7b62989d4
@@ -263,6 +263,7 @@ public class LodDimension
LodRegion region = getRegion(regionX, regionZ);
// TODO fix small render distances sometimes not having all regions loaded
if(region == null)
return null;