Skip to content

Commit a0435e2

Browse files
authored
Update BuildingShapeUtils.js
1 parent 94fe6d7 commit a0435e2

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
@@ -358,7 +358,6 @@ class BuildingShapeUtils extends ShapeUtils {
358358
*/
359359
static vertexAngle(shape) {
360360
const points = shape.extractPoints().shape;
361-
points.pop();
362361
const angles = [];
363362
var p0;
364363
var p1;

0 commit comments

Comments
 (0)