aboutsummaryrefslogtreecommitdiffstats
path: root/alc/context.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-08-11 13:11:42 -0700
committerChris Robinson <[email protected]>2023-08-11 13:11:42 -0700
commit3b7e3a164fa0ea734308f1db69c8537ac4bab4d2 (patch)
treec67e3ba4a6bbc533277daa29e91d708c100c9cd4 /alc/context.cpp
parent188a637c70019108d980f72b8521673b5648d19e (diff)
Make AL(C)_EXT_debug public
Diffstat (limited to 'alc/context.cpp')
-rw-r--r--alc/context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/context.cpp b/alc/context.cpp
index 142ad50c..9c5a62c4 100644
--- a/alc/context.cpp
+++ b/alc/context.cpp
@@ -53,7 +53,7 @@ std::vector<std::string_view> getContextExtensions() noexcept
return std::vector<std::string_view>{
"AL_EXT_ALAW",
"AL_EXT_BFORMAT",
- "AL_EXTX_debug",
+ "AL_EXT_debug",
"AL_EXTX_direct_context",
"AL_EXT_DOUBLE",
"AL_EXT_EXPONENT_DISTANCE",