aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-10-12 07:56:37 -0700
committerChris Robinson <[email protected]>2012-10-12 07:56:37 -0700
commit815b03855b40a1ab65b4109bbdbbc16d69287f21 (patch)
tree88a4d15e13a4e206de3396caede6e029aeb18a13 /OpenAL32/Include
parent6750bbb1d73cd8da8533434d379e78fd28307a23 (diff)
Apply the listener matrix to the listener velocity once
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alListener.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alListener.h b/OpenAL32/Include/alListener.h
index 830b70da..ee07d87c 100644
--- a/OpenAL32/Include/alListener.h
+++ b/OpenAL32/Include/alListener.h
@@ -17,6 +17,7 @@ typedef struct ALlistener {
struct {
ALfloat Matrix[4][4];
+ ALfloat Velocity[3];
} Params;
} ALlistener;