(f417b026f) Fetched: Changes for playing video tutorial from local branch
This commit is contained in:
@@ -168,7 +168,7 @@ namespace Barotrauma
|
||||
}
|
||||
}
|
||||
|
||||
private float soundVolume = 0.5f, musicVolume = 0.3f, voiceChatVolume = 0.5f, microphoneVolume = 1.0f;
|
||||
private float soundVolume = 0.5f, musicVolume = 0.3f, voiceChatVolume = 0.5f;
|
||||
|
||||
public float SoundVolume
|
||||
{
|
||||
@@ -211,14 +211,6 @@ namespace Barotrauma
|
||||
}
|
||||
}
|
||||
|
||||
public float MicrophoneVolume
|
||||
{
|
||||
get { return microphoneVolume; }
|
||||
set
|
||||
{
|
||||
microphoneVolume = MathHelper.Clamp(value, 0.1f, 5.0f);
|
||||
}
|
||||
}
|
||||
public string Language
|
||||
{
|
||||
get { return TextManager.Language; }
|
||||
|
||||
Reference in New Issue
Block a user