@eturnity/eturnity_maths
Advanced tools
Comparing version 7.42.1-EPDM-12528.0 to 7.42.1-EPDM-12528.1
{ | ||
"name": "@eturnity/eturnity_maths", | ||
"version": "7.42.1-EPDM-12528.0", | ||
"version": "7.42.1-EPDM-12528.1", | ||
"author": "Eturnity Team", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -24,3 +24,3 @@ import { | ||
const nextP = outline[nextIndex] | ||
outlineSelection.some((selectionPoint, selectionIndex) => { | ||
return outlineSelection.some((selectionPoint, selectionIndex) => { | ||
const nextSelectionIndex = (selectionIndex + 1) % outlineSelection.length | ||
@@ -27,0 +27,0 @@ const nextSelectionPoint = outlineSelection[nextSelectionIndex] |
194579