少年修仙传客户端代码仓库
client_linchunjie
2019-03-14 d0d289d502fe85e9bb597ced1b41c73b8bc75889
System/Message/WordAnalysis.cs
@@ -79,7 +79,7 @@
                {
                    colorType = text.colorType == RichText.ColorType.Dark ? 0 : 1;
                }
                result = UIHelper.AppendStringColor(presentColor, result, colorType == 1);
                result = UIHelper.AppendColor(presentColor, result, colorType == 1);
            }
            m_StringBuilder.Append(result);
        }