improve format

This commit is contained in:
be5invis 2016-06-18 01:39:42 +08:00
parent 6b6191751c
commit e0935aaa74

View File

@ -295,8 +295,9 @@ function fairify(scurve, gizmo, denseQ, cleanMore) {
}
}
}
for (var j = 0; j < splitpoints.length; j++) if (splitpoints[j].remove)
for (var j = 0; j < splitpoints.length; j++) if (splitpoints[j].remove) {
splitpoints[j].mark = false;
}
}
// Mark diagonals
var lastmark = splitpoints[0];