upstar view material head frame error commit
parent
df84dd8577
commit
d3a71d96aa
|
@ -713,7 +713,7 @@ function this:UpdateHeroUpStarData()
|
||||||
end
|
end
|
||||||
Util.GetGameObject(go.transform,"iconDefault"):SetActive(true)
|
Util.GetGameObject(go.transform,"iconDefault"):SetActive(true)
|
||||||
Util.GetGameObject(go.transform,"icon"):SetActive(false)
|
Util.GetGameObject(go.transform,"icon"):SetActive(false)
|
||||||
Util.GetGameObject(go.transform,"frame"):GetComponent("Image").sprite=Util.LoadSprite(GetHeroQuantityImageByquality(curUpStarData[i].upStarMaterialsData.StarLimit))
|
Util.GetGameObject(go.transform,"frame"):GetComponent("Image").sprite=Util.LoadSprite(GetHeroQuantityImageByquality(nil,curUpStarData[i].upStarMaterialsData.StarLimit))
|
||||||
--
|
--
|
||||||
end
|
end
|
||||||
local upStarHeroListData=HeroManager.GetUpStarHeroListData(curUpStarData[i].upStarMaterialsData.Id,curHeroData)
|
local upStarHeroListData=HeroManager.GetUpStarHeroListData(curUpStarData[i].upStarMaterialsData.Id,curHeroData)
|
||||||
|
|
Loading…
Reference in New Issue