animationManger移除增加判断
This commit is contained in:
parent
023c84c4cc
commit
8550a458fc
@ -42,7 +42,7 @@ export class AnimationManager {
|
||||
}
|
||||
|
||||
destroy() {
|
||||
this.app.pixi.ticker.remove(this.run, this);
|
||||
this.app.pixi?.ticker.remove(this.run, this);
|
||||
}
|
||||
/**
|
||||
* 图形对象的所有动画map
|
||||
|
Loading…
Reference in New Issue
Block a user