修正天梯
This commit is contained in:
@@ -73,7 +73,7 @@ namespace TcgEngine.UI
|
||||
break;
|
||||
}
|
||||
|
||||
if (rankScore == 0)
|
||||
if (rankScore != 0)
|
||||
{
|
||||
this.rankScore.gameObject.SetActive(true);
|
||||
this.stars.gameObject.SetActive(false);
|
||||
|
||||
Reference in New Issue
Block a user