点标注更新高程时忽略自身

This commit is contained in:
takeshita
2025-12-02 14:38:21 +08:00
parent dfe7114409
commit 09553840c8
3 changed files with 27 additions and 27 deletions

View File

@ -2391,7 +2391,7 @@ class BillboardObject extends Base {
10000000000000
)
let objectsToExclude = []
let objectsToExclude = [this.entity]
for (let [key, value] of this.sdk.entityMap) {
if (value.type === 'RadarScanStereoscopic' && value.entity) {
objectsToExclude.push(value.entity)