Skip to content

Commit da3e695

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

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
@@ -414,7 +414,6 @@ class BuildingShapeUtils extends ShapeUtils {
414414
static surrounds(shape, point) {
415415
var count = 0;
416416
const vecs = shape.extractPoints().shape;
417-
vecs.pop();
418417
var vec;
419418
var nextvec;
420419
for (let i = 0; i < vecs.length; i++) {

0 commit comments

Comments
 (0)