tweak erosion
This commit is contained in:
parent
8e33b8ce17
commit
5d8c3767f6
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user