少年修仙传客户端代码仓库
client_Hale
2019-04-09 d95b46254cd889d49d5f7987ec80e48073a75280
Utility/ConfigInitiator.cs
@@ -393,11 +393,11 @@
                }
                else if (DeviceUtility.cpu >= 4 && DeviceUtility.memory > 2.5f * 1024)
                {
                    return 10;
                    return 5;
                }
                else if (DeviceUtility.cpu > 1 && DeviceUtility.memory > 1.5f * 1024)
                {
                    return 2;
                    return 1;
                }
                else
                {
@@ -406,7 +406,7 @@
            case RuntimePlatform.IPhonePlayer:
                if (DeviceUtility.cpu > 1 && DeviceUtility.memory > 1.5f * 1024)
                {
                    return 10;
                    return 5;
                }
                else
                {