@@ -409,7 +409,7 @@ const onLoadSource = () => {
const info2d = sdk.scene.getScreenByPoint(tag.position)
tag.x = info2d.pos.x
tag.y = info2d.pos.y
- tag.visible = info2d.trueSide
+ tag.visible = info2d.trueSide && info2d.inSight
})