diff options
-rw-r--r-- | al/source.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |