引导特效消失得问题
This commit is contained in:
parent
d4250cee32
commit
50d47a33fe
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user