aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends
diff options
context:
space:
mode:
Diffstat (limited to 'alc/backends')
-rw-r--r--alc/backends/wasapi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/wasapi.cpp b/alc/backends/wasapi.cpp
index 7eae84c1..b68439a8 100644
--- a/alc/backends/wasapi.cpp
+++ b/alc/backends/wasapi.cpp
@@ -1226,7 +1226,7 @@ FORCE_ALIGN int WasapiPlayback::mixerSpatialProc()
* update it dynamically based on the stream, so a fixed size may be the
* best we can do.
*/
- mPadding.store(mDevice->BufferSize-mDevice->UpdateSize, std::memory_order_release);
+ mPadding.store(mOrigBufferSize-mOrigUpdateSize, std::memory_order_release);
while(!mKillNow.load(std::memory_order_relaxed))
{