Skip to content

Commit cb7851f

Browse files
authored
Update buildingpart.js
1 parent 76d5f2b commit cb7851f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/buildingpart.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ class BuildingPart {
193193
this.createRoof();
194194
this.parts.push(this.roof);
195195
const mesh = this.createBuilding();
196-
this.options.building.visible = true;
197196
if (this.getAttribute('building:part') === 'roof') {
198197
mesh.visible = false;
199198
this.options.building.visible = false;

0 commit comments

Comments
 (0)