0
0
mirror of https://github.com/Doodle3D/Doodle3D-Slicer.git synced 2025-04-02 09:53:24 +02:00

fixed bug in open lines

This commit is contained in:
casperlamboo 2015-07-28 12:34:57 +02:00 committed by Simon Voordouw
parent 5f4c366132
commit a70cf6325a

@ -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;