1
This commit is contained in:
parent
e3cdcf5c34
commit
1f2e64d70f
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user