diff options
author | Chris Robinson <[email protected]> | 2023-10-12 06:42:32 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-10-12 06:42:32 -0700 |
commit | 5b86b80591ce85869716885ca393e080f6f72685 (patch) | |
tree | 73714ad6bdd3a2f0d76b4fe6fd6f8c85f79cf243 /alc/export_list.h | |
parent | d1acb001a5c4779d382838fb02660ba9aa10e4cc (diff) |
Rename the convolution reverb effect to just convolution
While the common use case, convolution can do more than just reverb, and it
nicely shortens the name.
Diffstat (limited to 'alc/export_list.h')
-rw-r--r-- | alc/export_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/export_list.h b/alc/export_list.h index cefe7a09..2ef0d777 100644 --- a/alc/export_list.h +++ b/alc/export_list.h @@ -820,7 +820,7 @@ inline const EnumExport alcEnumerations[]{ DECL(AL_UNPACK_AMBISONIC_ORDER_SOFT), - DECL(AL_EFFECT_CONVOLUTION_REVERB_SOFT), + DECL(AL_EFFECT_CONVOLUTION_SOFT), DECL(AL_EFFECTSLOT_STATE_SOFT), DECL(AL_FORMAT_UHJ2CHN8_SOFT), |