mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-12-23 19:43:48 +01:00
fixed bug in open lines
This commit is contained in:
parent
5f4c366132
commit
a70cf6325a
@ -264,8 +264,6 @@ export default class {
|
|||||||
var connects = lines[index].connects;
|
var connects = lines[index].connects;
|
||||||
|
|
||||||
for (var index of connects) {
|
for (var index of connects) {
|
||||||
index = connects[j];
|
|
||||||
|
|
||||||
if (done.indexOf(index) === -1) {
|
if (done.indexOf(index) === -1) {
|
||||||
if (intersections[index] !== undefined) {
|
if (intersections[index] !== undefined) {
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user