aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-02-09 22:54:12 -0800
committerChris Robinson <[email protected]>2011-02-09 22:54:12 -0800
commitd9126eeb2c9e5b4d5d00027cd70aef0ae8900602 (patch)
treef7ab7ec7612102dc12c2055f3915807a23c37487 /Alc/ALc.c
parentd8048e136f48eb89795857da917167eaa7dcbe06 (diff)
Finalize the loop points extension as AL_SOFT_loop_points
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 98637c17..6bdcc663 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -357,9 +357,9 @@ static ALCenum g_eLastNullDeviceError = ALC_NO_ERROR;
// Default context extensions
static const ALchar alExtList[] =
"AL_EXT_DOUBLE AL_EXT_EXPONENT_DISTANCE AL_EXT_FLOAT32 AL_EXT_IMA4 "
- "AL_EXT_LINEAR_DISTANCE AL_EXTX_loop_points AL_EXT_MCFORMATS AL_EXT_MULAW "
+ "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_sub_data";
+ "AL_LOKI_quadriphonic AL_SOFT_buffer_sub_data AL_SOFT_loop_points";
// Mixing Priority Level
static ALint RTPrioLevel;