From 1f2e64d70f1c032f694771d74a4b22bb0bb75f53 Mon Sep 17 00:00:00 2001 From: "DESKTOP-SAJ6RKV\\Administrator" Date: Wed, 18 Jun 2025 18:48:59 +0800 Subject: [PATCH] 1 --- .../Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs index 25261b90..bfed5952 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs @@ -662,7 +662,7 @@ namespace GameLogic m_imgValue.fillAmount = m_CurrentFillAmount; m_tmpValue.gameObject.SetActive(m_imgValue.fillAmount < 0.3f); - m_imgValue.gameObject.SetActive(m_imgValue.fillAmount > 0.3f); + m_tmpValue.gameObject.SetActive(m_imgValue.fillAmount > 0.3f); AlignCarWithFillAmount(); }