|
@@ -65,7 +65,7 @@ namespace GFGGame
|
|
{
|
|
{
|
|
//MatchingPhotoWorksData otherInfo = MatchingCompetitionDataManager.Instance._currentRankList[0];
|
|
//MatchingPhotoWorksData otherInfo = MatchingCompetitionDataManager.Instance._currentRankList[0];
|
|
//_ui.m_playerImage.texture = otherInfo.Ntexture;
|
|
//_ui.m_playerImage.texture = otherInfo.Ntexture;
|
|
- MatchingPhotoWorksData otherInfo = MatchingCompetitionDataManager.Instance._currentRankList[index];
|
|
|
|
|
|
+ MatchingPhotoWorksData otherInfo = MatchingCompetitionDataManager.Instance._currentRankList[0];
|
|
if (MatchingCompetitionDataManager.Instance._currentImageDic.ContainsKey(otherInfo.JudgingInfo.WorksId.ToString()))
|
|
if (MatchingCompetitionDataManager.Instance._currentImageDic.ContainsKey(otherInfo.JudgingInfo.WorksId.ToString()))
|
|
{
|
|
{
|
|
_ui.m_playerImage.texture = MatchingCompetitionDataManager.Instance._currentImageDic[otherInfo.JudgingInfo.WorksId.ToString()];
|
|
_ui.m_playerImage.texture = MatchingCompetitionDataManager.Instance._currentImageDic[otherInfo.JudgingInfo.WorksId.ToString()];
|