From 41accf40ffe729cf1253017c1092492a2f9e3c13 Mon Sep 17 00:00:00 2001 From: "DESKTOP-SAJ6RKV\\Administrator" Date: Wed, 28 May 2025 23:08:14 +0800 Subject: [PATCH] 1 --- .../Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs index bf9f8074..f055d337 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs @@ -392,7 +392,7 @@ namespace GameLogic for (int i = 0; i < hItemActors.Count; i++) { var hItemActor = hItemActors[i].actor; - hItemActor.m_Index = i; + //hItemActor.m_Index = i; var rectTransform = hItemActor.gameObject.GetComponent(); Vector2 targetPosition = new Vector2(0, 435 - i * (109 - 5f)); targetPositions[rectTransform] = targetPosition;