diff options
author | Chris Robinson <[email protected]> | 2017-05-02 04:09:01 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-05-02 04:09:01 -0700 |
commit | 2f8d597f4ef3bcdfdad10edac2e9f74ddf3e23ff (patch) | |
tree | 890cea4418e12d51cc9bdd7cfaa3b09cfe901843 /OpenAL32/Include/alu.h | |
parent | afe2065d60d211a8009909abc327eea8830c10f5 (diff) |
Rename 'moving' flag to 'fading'
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r-- | OpenAL32/Include/alu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index c6706bad..76b88a3f 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -221,8 +221,8 @@ struct ALvoiceProps { } Send[]; }; -/* If not 'moving', gain targets are used directly without fading. */ -#define VOICE_IS_MOVING (1<<0) +/* 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_NFC (1<<2) |