*remove debug

This commit is contained in:
Jesse Boyd 2017-08-21 00:43:55 +10:00
parent 803c84a621
commit 316e55a724
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -1465,7 +1465,6 @@ public class EditSession extends AbstractWorld implements HasFaweQueue, Lighting
checkArgument(depth >= 1, "depth >= 1");
initTransform(origin);
if (direction.equals(new Vector(0, -1, 0))) {
System.out.println("Fill down");
return fillXZ(origin, pattern, radius, depth, false);
}
final MaskIntersection mask = new MaskIntersection(new RegionMask(new EllipsoidRegion(null, origin, new Vector(radius, radius, radius))), Masks.negate(new ExistingBlockMask(EditSession.this)));