improve comment

This commit is contained in:
James Seibel
2020-10-06 13:49:23 -05:00
parent 553abf1c75
commit 60cef16a61
@@ -381,8 +381,8 @@ public class LodChunk
{
if(data[dataIndex] == null)
{
// this section doesn't have any blocks
// skip to the next data section
// this section doesn't have any blocks,
// it is not a valid section
return false;
}
else