Fix modifying y=0

This commit is contained in:
Jesse Boyd 2017-04-22 21:20:51 +10:00
parent 343f117515
commit 1f539f4b80
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -9,7 +9,7 @@ import java.util.Collection;
public class HeightBoundExtent extends FaweRegionExtent {
private final int min, max;
private int lastY;
private int lastY = -1;
private boolean lastResult;
public HeightBoundExtent(Extent extent, FaweLimit limit, int min, int max) {