修复礼物过大的问题
This commit is contained in:
parent
dd80f2c487
commit
5f93d95fff
Binary file not shown.
Binary file not shown.
@ -247,7 +247,7 @@ namespace GameLogic
|
||||
|
||||
private void RefreshUI()
|
||||
{
|
||||
m_tmpAllValue.text = m_AllPush.ToString();
|
||||
m_tmpAllValue.text = ((int)m_AllPush).ToString();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user