0
0
mirror of https://github.com/Doodle3D/Doodle3D-Slicer.git synced 2025-06-08 08:29:54 +02:00

fixed bug in open lines

This commit is contained in:
casperlamboo 2015-07-28 12:34:57 +02:00
parent 3b455377ba
commit bde4a8a907

@ -264,8 +264,6 @@ export default class {
var connects = lines[index].connects;
for (var index of connects) {
index = connects[j];
if (done.indexOf(index) === -1) {
if (intersections[index] !== undefined) {
break;