diff options
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r-- | OpenAL32/Include/alSource.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 8c231d8b..d8ffc9aa 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -51,8 +51,10 @@ typedef struct DirectParams { ALfloat *ClickRemoval; ALfloat *PendingClicks; - HrtfParams Hrtf; - HrtfState *hrtfState; + struct { + HrtfParams Params; + HrtfState *State; + } Hrtf; /* A mixing matrix. First subscript is the channel number of the input data * (regardless of channel configuration) and the second is the channel |