引导特效消失得问题

This commit is contained in:
xiekaidong 2023-04-23 16:18:01 +08:00
parent d4250cee32
commit 50d47a33fe

View File

@ -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