diff options
author | Chris Robinson <[email protected]> | 2010-01-09 03:27:16 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-01-09 03:27:16 -0800 |
commit | cb113315f7cacfef0ca1f7a08d714344a89447da (patch) | |
tree | fd0b28b057e8dbe59be80c42c86ba22c25ab14b9 /Alc/ALc.c | |
parent | d61f90a9c2e1fe6000759f2a157d906d9c38ede6 (diff) |
Promote AL_EXT_source_distance_model to complete
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ static ALCenum g_eLastContextError = ALC_NO_ERROR; static const ALchar alExtList[] = "AL_EXTX_buffer_sub_data AL_EXT_EXPONENT_DISTANCE AL_EXT_FLOAT32 " "AL_EXT_IMA4 AL_EXT_LINEAR_DISTANCE AL_EXT_MCFORMATS AL_EXT_OFFSET " - "AL_EXTX_sample_buffer_object AL_EXTX_source_distance_model " + "AL_EXTX_sample_buffer_object AL_EXT_source_distance_model " "AL_LOKI_quadriphonic"; // Mixing Priority Level |