Browse Source

Fix two-story homes having the wrong name and breaking loading

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
414595e0f4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      presets/buildings.js

+ 1
- 1
presets/buildings.js View File

@@ -75,7 +75,7 @@ function makeBuildings() {
results.push({
name: "Two-Story Home",
constructor: () => makeBuilding(
"House",
"Two-Story Home",
math.unit(25, "feet"),
{ source: "./media/buildings/house.svg" }
)


Loading…
Cancel
Save