aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-12-16 10:36:44 -0800
committerChris Robinson <[email protected]>2014-12-16 10:36:44 -0800
commitc37275efdc9b707dbf0d1e99d7bc1ffdef263600 (patch)
tree2d30c526b57828b95d117761cb2e1f621b7b5258 /OpenAL32/Include
parentc48a6196ad3d6a697679a9d3f453da055f172f52 (diff)
Use aluVector and aluMatrix in a couple more places
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index 0baf0cf8..92c9c956 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -103,7 +103,7 @@ typedef struct DirectParams {
/* Stepping counter for gain/coefficient fading. */
ALuint Counter;
/* Last direction (relative to listener) and gain of a moving source. */
- ALfloat LastDir[3];
+ aluVector LastDir;
ALfloat LastGain;
struct {