disabled the clear + small change

This commit is contained in:
Leonardo
2021-09-19 23:18:31 +02:00
parent 2241492bc5
commit d8200422b2
2 changed files with 3 additions and 3 deletions
@@ -244,7 +244,7 @@ public class LodBuilder
data = DataPointUtil.mergeMultiData(dataToMergeVertical, detailLevel);
if (data.length == 0 || data == null)
data = new long[]{DataPointUtil.EMPTY_DATA};
lodDim.clear(detailLevel, posX, posZ);
//lodDim.clear(detailLevel, posX, posZ);
for (int verticalIndex = 0; (verticalIndex < data.length) && (verticalIndex < lodDim.getMaxVerticalData(detailLevel, posX, posZ)); verticalIndex++)
{
lodDim.addData(detailLevel,