mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Attempt to fix sound left-right channels
This commit is contained in:
parent
4107390337
commit
5436f1c7d5
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue