|
@@ -138,7 +138,9 @@ public class GameMgr : SingletonMono<GameMgr>
|
|
|
DontDestroyOnLoad(this.gameObject);
|
|
DontDestroyOnLoad(this.gameObject);
|
|
|
|
|
|
|
|
rand = new NPack.MersenneTwister(int.MaxValue);
|
|
rand = new NPack.MersenneTwister(int.MaxValue);
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
+ //Application.systemLanguage == SystemLanguage.
|
|
|
|
|
+ System.Globalization.CultureInfo.DefaultThreadCurrentCulture = new System.Globalization.CultureInfo("en-US");//en-US//ru-RU
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|