mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
fix range sample
This commit is contained in:
@@ -43,6 +43,7 @@ public interface Column<T> {
|
||||
runningObj = current;
|
||||
}
|
||||
} while(y < getMaxY());
|
||||
consumer.accept(runningMin, y, runningObj);
|
||||
}
|
||||
|
||||
default List<? extends T> asList() {
|
||||
|
||||
Reference in New Issue
Block a user