From 1868bc632a9134b6891d4fc5f427e3f280b9e973 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 18 十月 2018 09:53:30 +0800
Subject: [PATCH] 3335 代码维护,修改通用配置定义类型。
---
System/Sound/SoundPlayer.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Sound/SoundPlayer.cs b/System/Sound/SoundPlayer.cs
index b3477c4..b72acef 100644
--- a/System/Sound/SoundPlayer.cs
+++ b/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);
}
--
Gitblit v1.8.0