From f9f5587e0cf39d542e4ef9214ac173c94a927c08 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Fri, 28 Apr 2023 09:57:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E6=8C=87=E6=93=8D=E4=BD=9C=E7=9A=84bu?= =?UTF-8?q?g=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/module/battle/controller/battle_controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/module/battle/controller/battle_controller.lua b/lua/app/module/battle/controller/battle_controller.lua index ef303aea..d03937fa 100644 --- a/lua/app/module/battle/controller/battle_controller.lua +++ b/lua/app/module/battle/controller/battle_controller.lua @@ -671,7 +671,7 @@ function BattleController:onLinkStart(entity, posId, isVirtual) self.battleUI:showTutorialFinger() end if #self.battleData:getGridSequence() > 0 then - self.battleData:clearGridSequence() + self:clearGridSequence() end self.battleData:insertGridSequence(posId, self:snapshotBoard(), isVirtual) local skillEntity = self.battleData:getSkillEntityBySkillId(entity:getSkillId())