aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alEffect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenAL32/Include/alEffect.h b/OpenAL32/Include/alEffect.h
index 206c495b..4d28a708 100644
--- a/OpenAL32/Include/alEffect.h
+++ b/OpenAL32/Include/alEffect.h
@@ -147,10 +147,10 @@ typedef union ALeffectProps {
ALfloat HighGain;
} Equalizer;
- struct {
+ struct {
ALfloat Frequency;
- ALint Left_direction;
- ALint Right_direction;
+ ALint LeftDirection;
+ ALint RightDirection;
} Fshifter;
struct {