修复:在复用户型时,墙体的关联数据未更新

This commit is contained in:
ChenX
2022-11-09 17:41:33 +08:00
parent 25c2ec96fa
commit 9ff24d8fbf
5 changed files with 5 additions and 3 deletions

View File

@@ -23885,6 +23885,7 @@ class RoomRegionParse {
oldR.Position = pos;
oldR.Area = floor.Area;
});
oldR[ROOM_REGION_CURVES_KEY] = routes.map(r => r.curve);
this.reped.add(oldR);
continue;
}