diff options
author | Chris Robinson <[email protected]> | 2012-02-09 23:35:17 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-02-09 23:35:17 -0800 |
commit | ef68aa39f860bf93f6c566f0f5dd98e040cfe5f4 (patch) | |
tree | 7a7ae9ae71f1d8517d67bc4d4f78d7aa7e0131b8 /OpenAL32/alExtension.c | |
parent | b4b492c4171616310813316775244705e20c45ca (diff) |
Rename non_virtual_channels to direct_channels
Diffstat (limited to 'OpenAL32/alExtension.c')
-rw-r--r-- | OpenAL32/alExtension.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/alExtension.c b/OpenAL32/alExtension.c index 06dee4e2..96c85061 100644 --- a/OpenAL32/alExtension.c +++ b/OpenAL32/alExtension.c @@ -75,7 +75,7 @@ static const ALenums enumeration[] = { { "AL_STREAMING", AL_STREAMING }, { "AL_UNDETERMINED", AL_UNDETERMINED }, { "AL_METERS_PER_UNIT", AL_METERS_PER_UNIT }, - { "AL_VIRTUAL_CHANNELS_SOFT", AL_VIRTUAL_CHANNELS_SOFT }, + { "AL_DIRECT_CHANNELS_SOFT", AL_DIRECT_CHANNELS_SOFT }, // Source EFX Properties { "AL_DIRECT_FILTER", AL_DIRECT_FILTER }, |