合并
This commit is contained in:
@ -163,7 +163,7 @@ class StandText extends Base {
|
||||
}
|
||||
|
||||
set speed(v) {
|
||||
this.options.speed = v
|
||||
this.options.speed = Number(v)
|
||||
this.entity.wall.material = this.getMaterial()
|
||||
this._elms.speed && this._elms.speed.forEach((item) => {
|
||||
item.value = v
|
||||
|
||||
Reference in New Issue
Block a user