修复:避免撤销时分析区域信息

pull/1832/MERGE
ChenX 3 years ago
parent 2248c5f6fc
commit 1266ad2660

@ -112,7 +112,7 @@ export class RoomParseReactor
};
if (HasWall())
new RoomParse(true, app.Database, true).Parse();
new RoomParse(false, undefined, true).Parse();
};
};

Loading…
Cancel
Save