From 50d47a33fe01f3d0f3035118a2f67cb312bb5afb Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Sun, 23 Apr 2023 16:18:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=AF=BC=E7=89=B9=E6=95=88=E6=B6=88?= =?UTF-8?q?=E5=A4=B1=E5=BE=97=E9=97=AE=E9=A2=98?= 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 01746edd..6e2979f8 100644 --- a/lua/app/module/battle/controller/battle_controller.lua +++ b/lua/app/module/battle/controller/battle_controller.lua @@ -532,7 +532,7 @@ function BattleController:onTouchEvent(eventType, posId, isVirtual) if eventType == ELIMINATION_TOUCH_EVENT.DOWN then self:onLinkStart(entity, posId, isVirtual) elseif eventType == ELIMINATION_TOUCH_EVENT.ENTER then - if self.battleData:getIsVirtual() then + if self.battleData:getIsVirtual() and not isVirtual then return end