| UI/Common/SecondFrameLoader.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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); } } } }