mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
fix outborder river edit
This commit is contained in:
parent
ca5aefaf15
commit
36629f1c20
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ function editRiver(id) {
|
||||||
debug
|
debug
|
||||||
.select("#controlCells")
|
.select("#controlCells")
|
||||||
.selectAll(`polygon.${type}`)
|
.selectAll(`polygon.${type}`)
|
||||||
.data(cells)
|
.data(cells.filter(i => pack.cells.i[i]))
|
||||||
.join("polygon")
|
.join("polygon")
|
||||||
.attr("points", d => getPackPolygon(d))
|
.attr("points", d => getPackPolygon(d))
|
||||||
.attr("class", type);
|
.attr("class", type);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue