diff options
author | Chris Robinson <[email protected]> | 2014-11-22 22:28:36 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-11-22 22:28:36 -0800 |
commit | 4f279557a6f9fa8102a18be26b0be44ccbb6e47e (patch) | |
tree | 28e6da1db9998eb777d67bfca1e4f57b6d8c28af /OpenAL32 | |
parent | ccbb3f069f03102627e0ef8ee34c9f6f2cf27161 (diff) |
Attempt to use BS2B when using headphones without HRTF
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 4cff96ae..56df4db3 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -686,7 +686,6 @@ struct ALCdevice_struct // Stereo-to-binaural filter struct bs2b *Bs2b; - ALCint Bs2bLevel; // Device flags ALuint Flags; |