Skip to content

Commit f23ff08

Browse files
authored
Update BuildingShapeUtils.js
1 parent c862053 commit f23ff08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extras/BuildingShapeUtils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ class BuildingShapeUtils extends ShapeUtils {
337337
*/
338338
static edgeLength(shape) {
339339
const points = shape.extractPoints().shape;
340-
points.pop();
341340
const lengths = [];
342341
var p1;
343342
var p2;

0 commit comments

Comments
 (0)