|
@@ -101,7 +101,7 @@ namespace GFGGame
|
|
|
private void RenderListItem(int index, GObject obj)
|
|
|
{
|
|
|
UI_ListIconItem item = UI_ListIconItem.Proxy(obj);
|
|
|
- // item.m_loaIcon.url = ResPathUtil.GetLeagueIconPath(GlobalCfgArray.globalCfg.badgeResArr[index]);
|
|
|
+ item.m_loaIcon.url = ResPathUtil.GetLeagueIconPath(GlobalCfgArray.globalCfg.badgeResArr[index]);
|
|
|
UI_ListIconItem.ProxyEnd();
|
|
|
}
|
|
|
}
|