aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alListener.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alListener.h')
-rw-r--r--OpenAL32/Include/alListener.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alListener.h b/OpenAL32/Include/alListener.h
index f3a39dfa..490f1594 100644
--- a/OpenAL32/Include/alListener.h
+++ b/OpenAL32/Include/alListener.h
@@ -35,8 +35,8 @@ struct ALlistener {
std::atomic<ALlistenerProps*> Update{nullptr};
struct {
- aluMatrixf Matrix;
- aluVector Velocity;
+ alu::Matrix Matrix;
+ alu::Vector Velocity;
ALfloat Gain;
ALfloat MetersPerUnit;