diff options
author | Chris Robinson <[email protected]> | 2017-05-02 04:25:08 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-05-02 04:25:08 -0700 |
commit | 1e5334176eb2bd9bae367218570a5fd24597f827 (patch) | |
tree | 42e0fc695660fbdd3969ed4d8723845ce63b5a9b /OpenAL32/Include/alu.h | |
parent | 2f8d597f4ef3bcdfdad10edac2e9f74ddf3e23ff (diff) |
Rename VOICE_IS_HRTF to VOICE_HAS_HRTF
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 76b88a3f..3cb94270 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -223,7 +223,7 @@ struct ALvoiceProps { /* If not 'fading', gain targets are used directly without fading. */ #define VOICE_IS_FADING (1<<0) -#define VOICE_IS_HRTF (1<<1) +#define VOICE_HAS_HRTF (1<<1) #define VOICE_HAS_NFC (1<<2) typedef struct ALvoice { |