This commit is contained in:
ShakeFlower 2025-03-08 15:07:35 +08:00
parent 912450470d
commit 2960426044
3 changed files with 3 additions and 3 deletions

View File

@ -1122,7 +1122,7 @@ control.prototype._moveDirectyFollowers = function (x, y) {
} }
////// 获取某层的阻激夹域信息 ////// ////// 获取某层的阻激夹域信息 //////
control.prototype.getCheckBlock = function (floorId){ control.prototype.getCheckBlock = function (floorId) {
return this.controldata.getCheckBlock(floorId); return this.controldata.getCheckBlock(floorId);
} }