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); }