From 907674caf782d654289951298f4dabc5deeb5cc1 Mon Sep 17 00:00:00 2001 From: ShakeFlower Date: Sat, 15 Feb 2025 13:39:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:ticker=E5=9B=9E=E6=94=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.js b/project/plugins.js index 034e7603..8b3dabe0 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -2394,7 +2394,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = function drawCommentStr(content, x, y, vx) { if (core.isReplaying() || !Animation) return; const ani = new Animation(); - core.plugin.aniMap().set(ani, (ani) => ani.ticker.destroy()); + core.plugin.aniMap.set(ani, (ani) => ani.ticker.destroy()); ani.ticker.add(() => { core.fillText(ctxName, content, x + ani.x, y, 'white', '16px Verdana'); })