aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-10-31 17:24:46 -0700
committerChris Robinson <[email protected]>2014-10-31 17:24:46 -0700
commit336aba6f1f9bc21d900435a264c048a36bca0fc8 (patch)
treee0a6b9a0ce6c824eafbd157c1425aa14d6b23e4f /Alc/ALu.c
parentac51c9cce67dcaa968f527e54c48f20d54117c76 (diff)
Rename the source's Orientation to Direction
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index a55fc485..9d7653a5 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -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];