tweak erosion

This commit is contained in:
dags- 2020-01-18 16:20:26 +00:00
parent 8e33b8ce17
commit 5d8c3767f6

View File

@ -41,6 +41,8 @@ public class Erosion implements Filter {
} }
applyMain(map, seedX, seedZ, iterations, random); applyMain(map, seedX, seedZ, iterations, random);
applyNeighbours(map, seedX, seedZ, iterations, random);
} }
private int nextCoord(Filterable<?> map, Random random) { private int nextCoord(Filterable<?> map, Random random) {