hch
2026-03-31 862aeae51fdc2c8abd8753ac8d72c2ef2f07c03e
Main/Core/GameEngine/Launch/InitSettingTask.cs
@@ -13,8 +13,10 @@
    public override void Begin()
    {
        ShaderUtility.InitGlobalParams();
        SoundPlayer.CreateSoundPlayer();
        //SoundPlayer.Instance.PlayLoginMusic();
        // SoundPlayer.CreateSoundPlayer();
        SoundPlayer.Instance.Init();
        SoundPlayer.Instance.PlayLoginMusic();
        // SoundPlayer.Instance.PlayBackGroundMusic(41);
        SystemSetting.Instance.SetSoundVolume(SystemSetting.Instance.GetSoundVolume());
        SystemSetting.Instance.SetSoundEffect(SystemSetting.Instance.GetSoundEffect());