少年修仙传客户端代码仓库
Client_PangDeRong
2018-08-23 85448a839d432aab4220e6b23e55a0270e007b6f
System/Message/RichText.cs
@@ -500,7 +500,7 @@
    {
        get
        {
            if (font == null)
            if (font == null && Application.isPlaying)
            {
                font = FontUtility.preferred;
            }
@@ -513,7 +513,7 @@
    {
        get
        {
            if (font == null)
            if (font == null && Application.isPlaying)
            {
                font = FontUtility.preferred;
            }
@@ -719,7 +719,7 @@
        fitterText = fitterText.Replace("\n", "");
        float width = 0;
        textBuilder.Length = 0;
        if (null == font)
        if (null == font && Application.isPlaying)
        {
            font = FontUtility.preferred;
        }