From 91ff01d1ad3c2995266902f41454c04e2b6e5d47 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 13 Aug 2019 20:33:26 -0700 Subject: Don't explicitly inline a particular function --- al/source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/al/source.cpp b/al/source.cpp index 018e49a0..95c3305e 100644 --- a/al/source.cpp +++ b/al/source.cpp @@ -74,7 +74,7 @@ namespace { using namespace std::placeholders; -inline ALvoice *GetSourceVoice(ALsource *source, ALCcontext *context) +ALvoice *GetSourceVoice(ALsource *source, ALCcontext *context) { ALuint idx{source->VoiceIdx}; if(idx < context->mVoiceCount.load(std::memory_order_relaxed)) -- cgit v1.2.3