Skip to content

Commit 82c9101

Browse files
authored
Update building.js
1 parent fa38da0 commit 82c9101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class Building {
148148
const mesh = [];
149149
if (this.parts.length > 0) {
150150
this.outerElement.options.building.visible = false;
151-
const outerMeshes = this.outerElement.render()
151+
const outerMeshes = this.outerElement.render();
152152
outerMeshes[0].visible = false;
153153
outerMeshes[1].visible = false;
154154
mesh.push(...outerMeshes);

0 commit comments

Comments
 (0)