aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alListener.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-12-12 04:22:11 -0800
committerChris Robinson <[email protected]>2018-12-12 04:22:11 -0800
commit5a283c66eef69f5fd573d55f2411703968355eac (patch)
tree3bf5420d895ba6fc26f21cd7808a53332a2f2c44 /OpenAL32/Include/alListener.h
parent19c5c41c704d121b126b3b496278970bdd35c512 (diff)
Use proper classes for Vector and Matrix types
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;