瀏覽代碼

Merge branch 'localizetexture' of ssh://192.168.0.8:29418/xianjing into hy_dny_localized

gdl_123 4 月之前
父節點
當前提交
993a3e2b81
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Assets/Src/ExtendComponents/UILocalizeScript.cs

+ 1 - 1
Assets/Src/ExtendComponents/UILocalizeScript.cs

@@ -26,7 +26,7 @@ public class UILocalizeScript : MonoBehaviour
 
 
     private void OnLanguageChange(CoreEvent<int> e)
     private void OnLanguageChange(CoreEvent<int> e)
     {
     {
-        Refresh();
+        OnChangeLang();
     }
     }
 
 
     void OnEnable()
     void OnEnable()