瀏覽代碼

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

tags/v0.1.0
Fen Dweller 5 年之前
父節點
當前提交
414595e0f4
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      presets/buildings.js

+ 1
- 1
presets/buildings.js 查看文件

@@ -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…
取消
儲存