Skip to content

Commit cd70cb5

Browse files
authored
Update BuildingShapeUtils.js
1 parent c538ff5 commit cd70cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extras/BuildingShapeUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ class BuildingShapeUtils extends ShapeUtils {
303303
p0 = points[points.length - 1];
304304
p1 = points[0];
305305
p2 = points[1];
306-
306+
307307
angles.push(calcAngle(p0, p1, p2));
308308
for (let i = 1; i < points.length - 1; i++) {
309309
p0 = points[i - 1];

0 commit comments

Comments
 (0)