diff options
Diffstat (limited to 'OpenAL32/Include/alListener.h')
-rw-r--r-- | OpenAL32/Include/alListener.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alListener.h b/OpenAL32/Include/alListener.h index 42b5a11f..c9bd9be0 100644 --- a/OpenAL32/Include/alListener.h +++ b/OpenAL32/Include/alListener.h @@ -17,8 +17,8 @@ typedef struct ALlistener { volatile ALfloat MetersPerUnit; struct { - aluMatrix Matrix; - aluVector Velocity; + aluMatrixd Matrix; + aluVector Velocity; } Params; } ALlistener; |