aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r--OpenAL32/Include/alSource.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index fa73683c..f75a670b 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -32,11 +32,8 @@ typedef struct ALactivesource {
/** Current target parameters used for mixing. */
ResamplerFunc Resample;
- union {
- MixerFunc Mix;
- HrtfMixerFunc HrtfMix;
- } Dry;
- MixerFunc WetMix;
+ MixerFunc Mix;
+ HrtfMixerFunc HrtfMix;
ALboolean IsHrtf;
ALint Step;