修复礼物过大的问题

This commit is contained in:
DESKTOP-SAJ6RKV\Administrator 2025-05-29 02:27:49 +08:00
parent dd80f2c487
commit 5f93d95fff
3 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ namespace GameLogic
private void RefreshUI() private void RefreshUI()
{ {
m_tmpAllValue.text = m_AllPush.ToString(); m_tmpAllValue.text = ((int)m_AllPush).ToString();
} }
/// <summary> /// <summary>