mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-25 18:02:23 +01:00
cleanup solve data for edges(transferring information is stored now)
This commit is contained in:
parent
8988110f4c
commit
d5c46e9ab0
1 changed files with 1 additions and 0 deletions
|
|
@ -522,6 +522,7 @@ function cleanUpSolveData(shell) {
|
|||
delete face.data[MY];
|
||||
for (let he of face.edges) {
|
||||
EdgeSolveData.clear(he);
|
||||
delete he.edge.data[MY];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue