bug修复

This commit is contained in:
xiekaidong 2023-08-29 21:03:39 +08:00
parent c22b887d48
commit 8b47e90f54

View File

@ -306,7 +306,6 @@ function BattleControllerPVP:enterRoundBegin(...)
self.needWaitingBoardOver = nil self.needWaitingBoardOver = nil
self.waveRoundCount[self.waveIndex] = (self.waveRoundCount[self.waveIndex] or 0) + 1 self.waveRoundCount[self.waveIndex] = (self.waveRoundCount[self.waveIndex] or 0) + 1
self.battleUI:enterShowBoardAni(function() self.battleUI:enterShowBoardAni(function()
self:takeGridEffect()
self:enterEliminationBegin() self:enterEliminationBegin()
end, isFirstWaveFirstRound) end, isFirstWaveFirstRound)
self.battleTeamActionList = table.clearOrCreate(self.battleTeamActionList) self.battleTeamActionList = table.clearOrCreate(self.battleTeamActionList)