【逍遥游】 天赋图标显示赋值

dev_chengFeng hotfix/xma/local/1.1.34
zhangqiang 2020-11-17 20:12:36 +08:00
parent 84a28f8a28
commit a109678fb4
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ end
function XiaoyaoHeroGetPopup:OnShow()
curIndex = XiaoYaoManager.GetHeroIndex < 1 and 1 or XiaoYaoManager.GetHeroIndex
heroData = XiaoYaoManager.GetHeroDatas()
this.talentBtn:GetComponent("Image").sprite = Util.LoadSprite("r_hero_tianfu1")
if not heroData or #heroData < 1 then
this:ClosePanel()
return