This commit is contained in:
DESKTOP-SAJ6RKV\Administrator 2025-06-18 18:48:59 +08:00
parent e3cdcf5c34
commit 1f2e64d70f

View File

@ -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();
}