fixed bug in open lines

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

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;