Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/assets/three.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -25061,7 +25061,7 @@ function compareX(a, b) {
return a.x - b.x
}

// find a bridge between vertices that connects hole with an outer ring and and link it
// find a bridge between vertices that connects hole with an outer ring and link it
function eliminateHole(hole, outerNode) {
outerNode = findHoleBridge(hole, outerNode)
if (outerNode) {
Expand Down