|
@@ -307,10 +307,8 @@ export class Attributes extends Component {
|
|
this.attributes_map.get("rotation").active = false;
|
|
this.attributes_map.get("rotation").active = false;
|
|
this.attributes_map.get("be_active").active = true;
|
|
this.attributes_map.get("be_active").active = true;
|
|
}
|
|
}
|
|
- this.scheduleOnce(()=>{
|
|
|
|
- this.updateAttInfo()
|
|
|
|
- },0.1)
|
|
|
|
-
|
|
|
|
|
|
+ // this.scheduleOnce(()=>{ this.updateAttInfo()},0.1)
|
|
|
|
+ this.updateAttInfo()
|
|
}else{
|
|
}else{
|
|
this.hideAllAtt()
|
|
this.hideAllAtt()
|
|
}
|
|
}
|