少年修仙传客户端代码仓库
client_Wu Xijin
2018-10-18 1868bc632a9134b6891d4fc5f427e3f280b9e973
System/Sound/SoundPlayer.cs
@@ -209,7 +209,7 @@
        if (clip != null)
        {
            _source.volume = SystemSetting.Instance.GetSoundEffect() *
                (WindowCenter.Instance.ExitAnyFullScreenOrMaskWin() ? GeneralConfig.Instance.audioScaleWhenFullScreenOn : 1f);
                (WindowCenter.Instance.ExitAnyFullScreenOrMaskWin() ? GeneralDefine.audioScaleWhenFullScreenOn : 1f);
            _source.PlayOneShot(clip);
        }