aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-07-31 08:13:41 -0700
committerChris Robinson <[email protected]>2016-07-31 08:13:41 -0700
commitbff5268ed49261db9bfe432a0439bb4d508d8997 (patch)
treef0f5a2a44357dd7b9bb466f2a4ab018935f2707d /OpenAL32
parent2dd27568903033dfb017aaa85b53c6fa4abfd0de (diff)
Remove DevFmtBFormat3D, which is covered by DevFmtAmbi1
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index dff94487..3b6113ef 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -447,7 +447,7 @@ enum DevFmtChannels {
/* Similar to 5.1, except using rear channels instead of sides */
DevFmtX51Rear = 0x80000000,
- DevFmtBFormat3D,
+ /* Ambisonic formats should be kept together */
DevFmtAmbi1,
DevFmtAmbi2,
DevFmtAmbi3,