Fix claim bounding boxes not covering whole claim (#1145)
This commit is contained in:
@@ -143,7 +143,7 @@ public class BoundingBox implements Cloneable
|
||||
*/
|
||||
public BoundingBox(Claim claim)
|
||||
{
|
||||
this(claim.getLesserBoundaryCorner(), claim.getGreaterBoundaryCorner(), false);
|
||||
this(claim.getLesserBoundaryCorner(), claim.getGreaterBoundaryCorner().clone().add(0, 255, 0), false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user