diff options
Diffstat (limited to 'al')
-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 cf95f7a4..1bf0552a 100644 --- a/al/source.cpp +++ b/al/source.cpp @@ -521,7 +521,7 @@ VoiceChange *GetVoiceChanger(ALCcontext *ctx) VoiceChange *vchg{ctx->mVoiceChangeTail}; if UNLIKELY(vchg == ctx->mCurrentVoiceChange.load(std::memory_order_acquire)) { - ctx->allocVoiceChanges(1); + ctx->allocVoiceChanges(); vchg = ctx->mVoiceChangeTail; } |