修复玩家重连失败
parent
09788f907f
commit
c7736d808d
|
|
@ -215,7 +215,7 @@ function M:UpdateOutCardList(outcard, card_item, cursor)
|
|||
for i = 0, #outlist - 1 do
|
||||
local outcard = self._view_outCardList:AddItemFromPool()
|
||||
self:fillCard2(outcard, outCardName, outlist[i + 1])
|
||||
if i == #outlist - 1 then
|
||||
if not cursor and i == #outlist - 1 then
|
||||
outcard:AddChild(cursor)
|
||||
cursor:Center()
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue