特效丢失问题

This commit is contained in:
xiekaidong 2023-04-26 18:48:05 +08:00
parent 0de502ba07
commit 6541221ff5

View File

@ -1695,12 +1695,6 @@ function BattleUI:hideAllBoardSfxs()
end
end
if self.changeElementSfxs then
for _, obj in pairs(self.changeElementSfxs) do
obj:setActive(false)
end
end
if self.root.gridBreakSfxObjs then
for gridType, map in pairs(self.root.gridBreakSfxObjs) do
for index, info in pairs(map) do