增加鹰眼图范围显示高度

This commit is contained in:
zh
2025-08-15 16:58:15 +08:00
parent 2e301cd0fc
commit 04ccdc73ca

View File

@ -124,7 +124,7 @@ function syncViewer() {
if (height > 9000000) {
height = 9000000
}
if (height < 100000) {
if (height < 400000) {
this.entity.billboard.show = true
this.entity.rectangle.show = false
}