Use 0,255 for min/max build height
This commit is contained in:
parent
5d076ef4b2
commit
d541115a3b
@ -24,7 +24,7 @@ public class MaskedFaweQueue extends DelegateFaweQueue {
|
||||
public void setMask(Region[] mask) {
|
||||
switch (mask.length) {
|
||||
case 0:
|
||||
region = new HeightBoundExtent(this, FaweLimit.MAX.copy(), Integer.MIN_VALUE, Integer.MAX_VALUE);
|
||||
region = new HeightBoundExtent(this, FaweLimit.MAX.copy(), 0, 255);
|
||||
break;
|
||||
case 1:
|
||||
region = new SingleRegionExtent(this, FaweLimit.MAX.copy(), mask[0]);
|
||||
|
Loading…
Reference in New Issue
Block a user