summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sound_openal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_openal.cpp b/src/sound_openal.cpp
index 8d76b69e1..66faf40c1 100644
--- a/src/sound_openal.cpp
+++ b/src/sound_openal.cpp
@@ -461,7 +461,7 @@ public:
alListener3f(AL_VELOCITY, vel.X, vel.Y, vel.Z);
ALfloat f[6];
f3_set(f, at);
- f3_set(f+3, up);
+ f3_set(f+3, -up);
alListenerfv(AL_ORIENTATION, f);
warn_if_error(alGetError(), "updateListener");
}