ensure cut polygons inherit depth for path routing
This commit is contained in:
parent
7981e522f6
commit
0fddb69863
1 changed files with 1 additions and 0 deletions
|
|
@ -1707,6 +1707,7 @@
|
|||
no.points.pop();
|
||||
no.length--;
|
||||
}
|
||||
no.depth = this.depth;
|
||||
});
|
||||
return cuts;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue