Explorar el Código

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

gdl_123 hace 3 meses
padre
commit
993a3e2b81
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
     {
-        Refresh();
+        OnChangeLang();
     }
 
     void OnEnable()