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

View File

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