From c703171e336e306e56a94cf5b22c4659119476e8 Mon Sep 17 00:00:00 2001 From: "DESKTOP-SAJ6RKV\\Administrator" Date: Thu, 26 Jun 2025 15:43:30 +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 5569a792..5a024845 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs @@ -60,7 +60,7 @@ namespace GameLogic private int timerId = -1; private float m_CurrentFillAmount = 0.1f; // 当前显示的进度条值 - private float m_Dt = 0.1f; + private float m_Dt = 0.01f; protected override void OnCreate() {