解决二三维切换时出现的一些报错
This commit is contained in:
@ -441,7 +441,7 @@ class LabelObject extends Base {
|
||||
clearTimeout(this.#updateBillboardImageTimeout)
|
||||
this.#updateBillboardImageTimeout = setTimeout(() => {
|
||||
clearTimeout(this.#updateBillboardImageTimeout)
|
||||
this.entity.billboard.image = this.getcanvas()
|
||||
this.entity && (this.entity.billboard.image = this.getcanvas())
|
||||
}, 500)
|
||||
}
|
||||
get lineColor() {
|
||||
|
Reference in New Issue
Block a user