少年修仙传客户端代码仓库
client_Wu Xijin
2019-05-25 9616f04a6bfa034713966b14e1eb640e9a7f4b28
3683  【2.0】首次打开仙界秘境界面显示错误
1个文件已修改
9 ■■■■■ 已修改文件
UI/Common/SecondFrameLoader.cs 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
UI/Common/SecondFrameLoader.cs
@@ -19,10 +19,13 @@
            if (Application.isPlaying)
            {
                var text = this.GetComponentInChildren<Text>();
                if (text != null)
                if (!string.IsNullOrEmpty(m_TitleKey))
                {
                    text.text = Language.Get(m_TitleKey);
                    var text = this.GetComponentInChildren<Text>();
                    if (text != null)
                    {
                        text.text = Language.Get(m_TitleKey);
                    }
                }
            }
        }