mirror of
https://github.com/xibyte/jsketcher
synced 2026-02-12 10:30:54 +01:00
fix tests
This commit is contained in:
parent
38d9fb4a9a
commit
cb2f72f7a6
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ function detectLoops(face) {
|
|||
if (!candidates) {
|
||||
break;
|
||||
}
|
||||
edge = findMaxTurningLeft(edge, candidates, edge.loop.face.surface.normal);
|
||||
edge = findMaxTurningLeft(edge, candidates, face.surface.normal);
|
||||
if (seen.has(edge)) {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue