aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-07-30 14:13:05 -0700
committerChris Robinson <[email protected]>2019-07-30 14:13:05 -0700
commitac554de67d5eb353283c3359bbac15fb4ddad7d9 (patch)
tree6295074258d168f1bbdce36300bfe41a3c5d2b24 /al/source.cpp
parentea76e003e7f2063687ed662282d388078ecf385b (diff)
Turn some functions into methods
Diffstat (limited to 'al/source.cpp')
-rw-r--r--al/source.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/al/source.cpp b/al/source.cpp
index 39b635a4..35d3bb84 100644
--- a/al/source.cpp
+++ b/al/source.cpp
@@ -2828,7 +2828,7 @@ START_API_FUNC
alloc_count);
const size_t newcount{context->mVoices->size() + alloc_count};
- AllocateVoices(context.get(), newcount);
+ context->allocVoices(newcount);
}
context->mVoiceCount.fetch_add(need_voices, std::memory_order_relaxed);