Skip to content

Commit 5953233

Browse files
authored
Update BuildingShapeUtils.js
1 parent 7883c4c commit 5953233

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
@@ -394,7 +394,6 @@ class BuildingShapeUtils extends ShapeUtils {
394394
*/
395395
static edgeDirection(shape) {
396396
const points = shape.extractPoints().shape;
397-
points.pop();
398397
const angles = [];
399398
var p1;
400399
var p2;

0 commit comments

Comments
 (0)