aboutsummaryrefslogtreecommitdiffstats
path: root/alc/context.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-05-03 07:03:07 -0700
committerChris Robinson <[email protected]>2023-05-03 07:03:07 -0700
commit4739b77b8a20800b24b6187dca9aedca5fac367b (patch)
treecf939223b9a1ee4a23b0197da7d3a4be701e2449 /alc/context.h
parentf80324873992887f518d97dfb388bbb78079377e (diff)
Rename AL_SOFT_debug to AL_EXT_DEBUG
Diffstat (limited to 'alc/context.h')
-rw-r--r--alc/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/context.h b/alc/context.h
index d74bc8d1..9381db04 100644
--- a/alc/context.h
+++ b/alc/context.h
@@ -118,7 +118,7 @@ struct ALCcontext : public al::intrusive_ref<ALCcontext>, ContextBase {
void *mEventParam{nullptr};
std::mutex mDebugCbLock;
- ALDEBUGPROCSOFT mDebugCb{};
+ ALDEBUGPROCEXT mDebugCb{};
void *mDebugParam{nullptr};
std::vector<DebugGroup> mDebugGroups;
std::deque<DebugLogEntry> mDebugLog;