diff options
author | Chris Robinson <[email protected]> | 2022-04-13 23:02:35 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-04-13 23:02:35 -0700 |
commit | 12dd7bee906186cc3dc0d09977a977987f9d8557 (patch) | |
tree | 73f90613491db70b28b32883e0eb78c4d7558d6a /alc/context.cpp | |
parent | 2fb7538f6860086a8b6dbfbcf983ed2dffb71edd (diff) |
Finalize AL_SOFT_UHJ
Diffstat (limited to 'alc/context.cpp')
-rw-r--r-- | alc/context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/context.cpp b/alc/context.cpp index ffc31a42..456c054e 100644 --- a/alc/context.cpp +++ b/alc/context.cpp @@ -81,7 +81,7 @@ constexpr ALchar alExtList[] = "AL_SOFT_source_length " "AL_SOFT_source_resampler " "AL_SOFT_source_spatialize " - "AL_SOFTX_UHJ"; + "AL_SOFT_UHJ"; } // namespace |