This commit is contained in:
DESKTOP-SAJ6RKV\Administrator 2025-06-26 15:43:30 +08:00
parent 6c978a824d
commit c703171e33

View File

@ -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()
{