From 4327e3c282182b2a1de2d28046f08c24750a3e95 Mon Sep 17 00:00:00 2001 From: fan Date: Thu, 19 Oct 2023 16:59:42 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"animationManger=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=A4=E6=96=AD"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8550a458fccb2171a7b0889c9853f4716a48823d. --- src/jlgraphic/plugins/AnimationManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jlgraphic/plugins/AnimationManager.ts b/src/jlgraphic/plugins/AnimationManager.ts index fe88038..d783098 100644 --- a/src/jlgraphic/plugins/AnimationManager.ts +++ b/src/jlgraphic/plugins/AnimationManager.ts @@ -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