diff options
author | Chris Robinson <[email protected]> | 2008-01-15 17:40:37 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-01-15 17:40:37 -0800 |
commit | 7b1b8bd7417b694de7ab3648701e650570354ce6 (patch) | |
tree | badb005df8f2e2f89e3b05d28cd0574a77d79ccd /OpenAL32 | |
parent | a11f25e47b36364aa3e284640ee8f15aaa266de8 (diff) |
Set the default outer cone gainhf
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/alSource.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c index 4cafe190..dac6c938 100644 --- a/OpenAL32/alSource.c +++ b/OpenAL32/alSource.c @@ -1963,6 +1963,7 @@ static ALvoid InitSourceParams(ALsource *pSource) pSource->flMinGain = 0.0f; pSource->flMaxGain = 1.0f; pSource->flOuterGain = 0.0f; + pSource->OuterGainHF = 1.0f; pSource->DryGainHFAuto = AL_TRUE; pSource->WetGainAuto = AL_TRUE; |