aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-12-02 13:35:07 -0800
committerChris Robinson <[email protected]>2018-12-02 13:35:07 -0800
commit4e17ad3ec03f171509ed58a5cbb997b3955bc5ce (patch)
tree4f1b94015a47a0f66c5ea7cf1e5356cf5ddc3518 /OpenAL32
parent607fb3e632ecc218a5739709805bc4d83760a1c9 (diff)
Avoid a few more explicit loops
Diffstat (limited to 'OpenAL32')
-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 36d3be84..e7f84423 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -259,7 +259,7 @@ struct ALvoice {
ALsizei ChannelsPerOrder[MAX_AMBI_ORDER+1];
} Direct;
- struct {
+ struct SendData {
int FilterType;
SendParams Params[MAX_INPUT_CHANNELS];