Fix modifying y=0
This commit is contained in:
parent
343f117515
commit
1f539f4b80
@ -9,7 +9,7 @@ import java.util.Collection;
|
|||||||
public class HeightBoundExtent extends FaweRegionExtent {
|
public class HeightBoundExtent extends FaweRegionExtent {
|
||||||
|
|
||||||
private final int min, max;
|
private final int min, max;
|
||||||
private int lastY;
|
private int lastY = -1;
|
||||||
private boolean lastResult;
|
private boolean lastResult;
|
||||||
|
|
||||||
public HeightBoundExtent(Extent extent, FaweLimit limit, int min, int max) {
|
public HeightBoundExtent(Extent extent, FaweLimit limit, int min, int max) {
|
||||||
|
Loading…
Reference in New Issue
Block a user