made very logs for merge bug
This commit is contained in:
@@ -21,8 +21,11 @@ package com.seibel.lod.core.util;
|
||||
|
||||
import static com.seibel.lod.core.builders.bufferBuilding.LodBufferBuilderFactory.skyLightPlayer;
|
||||
|
||||
import com.seibel.lod.core.api.ClientApi;
|
||||
import com.seibel.lod.core.enums.config.DistanceGenerationMode;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Leonardo Amato
|
||||
@@ -375,6 +378,7 @@ public class DataPointUtil
|
||||
{
|
||||
if (!botExtend)
|
||||
{
|
||||
ClientApi.LOGGER.info("datapoint bug: " + Arrays.toString(heightAndDepth));
|
||||
//only top is within some exiting block, extending it
|
||||
topPos++; //to make it easier
|
||||
heightAndDepth[topPos * 2] = height;
|
||||
|
||||
Reference in New Issue
Block a user