diff options
author | Chris Robinson <[email protected]> | 2014-10-31 17:24:46 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-10-31 17:24:46 -0700 |
commit | 336aba6f1f9bc21d900435a264c048a36bca0fc8 (patch) | |
tree | e0a6b9a0ce6c824eafbd157c1425aa14d6b23e4f /Alc/ALu.c | |
parent | ac51c9cce67dcaa968f527e54c48f20d54117c76 (diff) |
Rename the source's Orientation to Direction
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r-- | Alc/ALu.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -609,9 +609,9 @@ ALvoid CalcSourceParams(ALvoice *voice, const ALsource *ALSource, const ALCconte Position[0] = ALSource->Position[0]; Position[1] = ALSource->Position[1]; Position[2] = ALSource->Position[2]; - Direction[0] = ALSource->Orientation[0]; - Direction[1] = ALSource->Orientation[1]; - Direction[2] = ALSource->Orientation[2]; + Direction[0] = ALSource->Direction[0]; + Direction[1] = ALSource->Direction[1]; + Direction[2] = ALSource->Direction[2]; Velocity[0] = ALSource->Velocity[0]; Velocity[1] = ALSource->Velocity[1]; Velocity[2] = ALSource->Velocity[2]; |