diff options
author | Chris Robinson <[email protected]> | 2007-12-17 19:40:43 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-17 19:40:43 -0800 |
commit | 28f80fa113be3488e98abb9fd6863277d2b94180 (patch) | |
tree | b8f824734ae62e77bf0069c4d8a7eb769e475ec2 /Alc/ALc.c | |
parent | 9ebf1c1431b18b174473c107b738199ad93860f2 (diff) |
Add AL_METERS_PER_UNIT listener property
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -340,6 +340,7 @@ static ALvoid InitContext(ALCcontext *pContext) { //Initialise listener pContext->Listener.Gain = 1.0f; + pContext->Listener.MetersPerUnit = 1.0f; pContext->Listener.Position[0] = 0.0f; pContext->Listener.Position[1] = 0.0f; pContext->Listener.Position[2] = 0.0f; |