少年修仙传客户端代码仓库
client_linchunjie
2018-10-15 788de3fdfa8fd193ae2e1d374aa0587fc91221fb
System/SystemSetting/SystemSetting.cs
@@ -40,7 +40,7 @@
    public float GetSoundVolume()
    {
        return LocalSave.GetFloat(SOUND_VOLUME_KEY, 1);
        return LocalSave.GetFloat(SOUND_VOLUME_KEY, .55f);
    }
    public void SetSoundEffect(float value)
@@ -50,7 +50,7 @@
    public float GetSoundEffect()
    {
        return LocalSave.GetFloat(SOUND_EFFECT_KEY, 1);
        return LocalSave.GetFloat(SOUND_EFFECT_KEY, .55f);
    }
    public void SetGameFps(GameFps _frame)