From ce61ba2f7bcaa5f04552798bec77db6539f2490e Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 11 十月 2018 16:26:41 +0800
Subject: [PATCH] 4138 游戏音乐和音效的默认音量大小修改为55%
---
Core/GameEngine/Login/Launch.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Core/GameEngine/Login/Launch.cs b/Core/GameEngine/Login/Launch.cs
index eb9030e..994fe60 100644
--- a/Core/GameEngine/Login/Launch.cs
+++ b/Core/GameEngine/Login/Launch.cs
@@ -43,6 +43,7 @@
SoundPlayer.CreateSoundPlayer();
SoundPlayer.Instance.PlayLoginMusic();
SystemSetting.Instance.SetSoundVolume(SystemSetting.Instance.GetSoundVolume());
+ SystemSetting.Instance.SetSoundEffect(SystemSetting.Instance.GetSoundEffect());
SystemSetting.Instance.SetGameFps(SystemSetting.Instance.GetGameFps());
SDKUtility.Instance.Init();
--
Gitblit v1.8.0