aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-03-12 22:46:13 -0700
committerChris Robinson <[email protected]>2012-03-12 22:46:13 -0700
commit1f3c1091d3b92272bf00249904c79ac8af495811 (patch)
tree67e6c423943cc7746eb694052e1a76fd0a7d3aaa /Alc
parent663b43f4f19d2c7d9ed64800c8086d37451c723b (diff)
Finalize AL_SOFT_direct_channels
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 1dc4f609..e70886ef 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -375,7 +375,7 @@ static const ALchar alExtList[] =
"AL_EXT_IMA4 AL_EXT_LINEAR_DISTANCE AL_EXT_MCFORMATS AL_EXT_MULAW "
"AL_EXT_MULAW_MCFORMATS AL_EXT_OFFSET AL_EXT_source_distance_model "
"AL_LOKI_quadriphonic AL_SOFT_buffer_samples AL_SOFT_buffer_sub_data "
- "AL_SOFTX_deferred_updates AL_SOFTX_direct_channels AL_SOFT_loop_points";
+ "AL_SOFTX_deferred_updates AL_SOFT_direct_channels AL_SOFT_loop_points";
// Mixing Priority Level
ALint RTPrioLevel;