修复昵称乱码问题
This commit is contained in:
@@ -20,6 +20,7 @@ bool DDZPlayer::init()
|
||||
//玩家昵称;
|
||||
m_pTxtNickName = static_cast<Text*>(m_pRootLayout->getChildByName("nickname"));
|
||||
CC_ASSERT(m_pTxtNickName!=nullptr);
|
||||
m_pTxtNickName->setFontName("");
|
||||
m_pTxtNickName->setString("");
|
||||
|
||||
//工会名称;
|
||||
|
||||
Reference in New Issue
Block a user