修正天梯

This commit is contained in:
YiHan0621
2025-09-02 10:43:48 +08:00
parent 8b79e329d0
commit 58a10a1057
2 changed files with 16 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ namespace TcgEngine.UI
break;
}
if (rankScore == 0)
if (rankScore != 0)
{
this.rankScore.gameObject.SetActive(true);
this.stars.gameObject.SetActive(false);