lcy
8 小时以前 4043a2666d3e147bcc291f008c0abee4048d6198
76 聊天系统 修复我方单行聊天文字显示错位
1个文件已修改
2 ■■■ 已修改文件
Main/System/Chat/ChatPlayerMineCell.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Chat/ChatPlayerMineCell.cs
@@ -15,7 +15,7 @@
        if (!manager.TryGetChatData(ChatManager.Instance.nowChatChannel, cell.index, out TalkData data))
            return;
        m_ChatBubble.DisplayContent(data.Content);
        m_ChatBubble.DisplayContent(data.Content, true);
        int bubbleID = ChatBubbleHelper.GetMyChatBubbleID();
        m_ChatBubble.DisplayBubble(bubbleID, (int)PlayerDatas.Instance.baseData.PlayerID);