少年修仙传客户端代码仓库
client_Hale
2018-08-24 6ce4ae16561fd205c8bb3f530d5a20033f207f4f
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;
        }