From 89f67ad6f9878ecfb48b49ce0dd69b9ecb065d0b Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 1 May 2023 14:46:26 -0700 Subject: Use a 64-bit value for tracking ID filters --- alc/context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alc/context.h') diff --git a/alc/context.h b/alc/context.h index c626160b..b3f548c8 100644 --- a/alc/context.h +++ b/alc/context.h @@ -146,7 +146,7 @@ struct ALCcontext : public al::intrusive_ref, ContextBase { ALDEBUGPROCSOFT mDebugCb{}; void *mDebugParam{nullptr}; std::vector mDebugFilters; - std::unordered_map> mDebugIdFilters; + std::vector mDebugIdFilters; std::deque mDebugLog; ALlistener mListener{}; -- cgit v1.2.3