Merge remote-tracking branch 'origin/1.16.5' into 1.16.5

This commit is contained in:
Leonardo
2021-09-20 10:57:28 +02:00
@@ -376,7 +376,11 @@ public class DataPointUtil
}
}
heightAndDepth[j][1] = heightAndDepth[j + 1][1];
System.arraycopy(heightAndDepth,j + 1, heightAndDepth, j,count - j - 1);
for (i = j + 1; i < count - 1; i++){
heightAndDepth[i][1] = heightAndDepth[i + 1][1];
heightAndDepth[i][2] = heightAndDepth[i + 1][2];
}
//System.arraycopy(heightAndDepth,j + 1, heightAndDepth, j,count - j - 1);
count--;
}