mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41: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
|
||||
.select("#controlCells")
|
||||
.selectAll(`polygon.${type}`)
|
||||
.data(cells)
|
||||
.data(cells.filter(i => pack.cells.i[i]))
|
||||
.join("polygon")
|
||||
.attr("points", d => getPackPolygon(d))
|
||||
.attr("class", type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue