We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d5f2b commit cb7851fCopy full SHA for cb7851f
src/buildingpart.js
@@ -193,7 +193,6 @@ class BuildingPart {
193
this.createRoof();
194
this.parts.push(this.roof);
195
const mesh = this.createBuilding();
196
- this.options.building.visible = true;
197
if (this.getAttribute('building:part') === 'roof') {
198
mesh.visible = false;
199
this.options.building.visible = false;
0 commit comments