去掉大部分 调试信息
This commit is contained in:
@@ -7,7 +7,7 @@ export class AnmEndCom extends Component {
|
||||
|
||||
if(this.node.getComponent(Animation)){
|
||||
let anim = this.node.getComponent(Animation);
|
||||
console.log("has anim",anim)
|
||||
// console.log("has anim",anim)
|
||||
anim.on(Animation.EventType.FINISHED, this.onAnimationFinished, this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user