Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
gaoxin 2022-02-08 13:58:58 +08:00
commit 2704959c15
1 changed files with 1 additions and 1 deletions

View File

@ -788,7 +788,7 @@ function SetCardStars(starGrid, star,starType)
if starType == 3 then if starType == 3 then
starScale = 7 starScale = 7
end end
for i = 1, 21 do for i = 1, starGrid.transform.childCount do
starGrid.transform:GetChild(i - 1).gameObject:SetActive(false) starGrid.transform:GetChild(i - 1).gameObject:SetActive(false)
end end
if star < 6 then if star < 6 then