diff options
author | Chris Robinson <[email protected]> | 2023-05-03 07:03:07 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-05-03 07:03:07 -0700 |
commit | 4739b77b8a20800b24b6187dca9aedca5fac367b (patch) | |
tree | cf939223b9a1ee4a23b0197da7d3a4be701e2449 /alc/context.h | |
parent | f80324873992887f518d97dfb388bbb78079377e (diff) |
Rename AL_SOFT_debug to AL_EXT_DEBUG
Diffstat (limited to 'alc/context.h')
-rw-r--r-- | alc/context.h | 2 |
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; |