diff options
author | Chris Robinson <[email protected]> | 2014-12-16 10:36:44 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-12-16 10:36:44 -0800 |
commit | c37275efdc9b707dbf0d1e99d7bc1ffdef263600 (patch) | |
tree | 2d30c526b57828b95d117761cb2e1f621b7b5258 /OpenAL32/Include | |
parent | c48a6196ad3d6a697679a9d3f453da055f172f52 (diff) |
Use aluVector and aluMatrix in a couple more places
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
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 { |