diff options
author | Chris Robinson <[email protected]> | 2018-12-09 22:34:21 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-12-10 00:01:13 -0800 |
commit | 0d56c59f14459b17028ebda710c3735d6ecab507 (patch) | |
tree | 2021c64ec8c4a36cb56203ed4bf8cbcaa25d9615 /Alc/ambdec.h | |
parent | 0a805727dbdca65a4515bd5bbcbc25468784271e (diff) |
Avoid some more explicit loops
Diffstat (limited to 'Alc/ambdec.h')
-rw-r--r-- | Alc/ambdec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ambdec.h b/Alc/ambdec.h index 33e74d36..99caf9a2 100644 --- a/Alc/ambdec.h +++ b/Alc/ambdec.h @@ -24,7 +24,7 @@ struct AmbDecConf { ALfloat XOverFreq; ALfloat XOverRatio; - struct { + struct SpeakerConf { std::string Name; ALfloat Distance; ALfloat Azimuth; |