From cc074976c8644508d80abafbfa8de5d31146abdf Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期五, 18 七月 2025 14:55:32 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts --- Main/System/HeroUI/HeroCardLineCell.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Main/System/HeroUI/HeroCardLineCell.cs b/Main/System/HeroUI/HeroCardLineCell.cs index 3b68921..7b19201 100644 --- a/Main/System/HeroUI/HeroCardLineCell.cs +++ b/Main/System/HeroUI/HeroCardLineCell.cs @@ -12,7 +12,7 @@ if (i + index < HeroManager.Instance.heroSortList.Count) { cardList[i].SetActive(true); - cardList[i].Display(index); + cardList[i].Display(index + i); } else { -- Gitblit v1.8.0