cleanup solve data for edges(transferring information is stored now)

This commit is contained in:
Val Erastov 2018-01-02 23:32:11 -08:00
parent 8988110f4c
commit d5c46e9ab0

View file

@ -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];
}
}
}