yyl
10 天以前 51b0f6ed9f4e1d3bb6f8144470b46908c7699a96
Main/Core/GameEngine/Launch/InitSettingTask.cs
@@ -21,11 +21,14 @@
            SystemSetting.Instance.SetSoundVolume(SystemSetting.Instance.GetSoundVolume());
            SystemSetting.Instance.SetSoundEffect(SystemSetting.Instance.GetSoundEffect());
            SystemSetting.Instance.SetMuteMusic(SystemSetting.Instance.GetMuteMusic());
            SystemSetting.Instance.SetMuteSoundEffect(SystemSetting.Instance.GetMuteSoundEffect());
        }).Forget();
        
        // SoundPlayer.Instance.PlayBackGroundMusic(41);
        SystemSetting.Instance.SetGameFps(SystemSetting.Instance.GetGameFps());
        SystemSetting.Instance.LetFPSUnLimit();