Merge remote-tracking branch 'origin/1.16.5' into 1.16.5
This commit is contained in:
@@ -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--;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user