Fix audio volume levels for cows and bats (#1225)
Cow volume 0.4f to 1.f Bat volume 0.1f to 0.8f
This commit is contained in:
@@ -30,7 +30,7 @@ void Bat::defineSynchedData()
|
||||
|
||||
float Bat::getSoundVolume()
|
||||
{
|
||||
return 0.1f;
|
||||
return 0.8f;
|
||||
}
|
||||
|
||||
float Bat::getVoicePitch()
|
||||
|
||||
Reference in New Issue
Block a user