Skip to content

Commit af7573a

Browse files
authored
Update BuildingShapeUtils.js
1 parent a0435e2 commit af7573a

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
@@ -287,7 +287,6 @@ class BuildingShapeUtils extends ShapeUtils {
287287
*/
288288
static combineCoordinates(shape) {
289289
const points = shape.extractPoints().shape;
290-
points.pop();
291290
var x = [];
292291
var y = [];
293292
var vec;

0 commit comments

Comments
 (0)