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();