From b8f9f7e78313ab7b3232686c72a3ed74d423c7d3 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 31 十月 2025 15:09:36 +0800
Subject: [PATCH] 0312 武将培养增加全屏避免引导问题,引导默认隐藏资源避免第一次加载闪烁; 合成修改

---
 Main/System/KnapSack/Logic/composeLineCell.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/KnapSack/Logic/composeLineCell.cs b/Main/System/KnapSack/Logic/composeLineCell.cs
index 6625d2d..8eb9553 100644
--- a/Main/System/KnapSack/Logic/composeLineCell.cs
+++ b/Main/System/KnapSack/Logic/composeLineCell.cs
@@ -10,7 +10,7 @@
     {
         for (int i = 0; i < itemCell.Length; i++)
         {
-            if (index + i < PackManager.Instance.composeItemGuidList.Count)
+            if (index + i < PackManager.Instance.composeItemIDList.Count)
             {
                 itemCell[i].SetActive(true);
                 itemCell[i].Display(index + i);

--
Gitblit v1.8.0