Commit 62d64d14 authored by David Reid's avatar David Reid

Fix an error with band-pass filters.

parent cf937174
...@@ -47800,7 +47800,7 @@ static ma_result ma_bpf_get_heap_layout(const ma_bpf_config* pConfig, ma_bpf_hea ...@@ -47800,7 +47800,7 @@ static ma_result ma_bpf_get_heap_layout(const ma_bpf_config* pConfig, ma_bpf_hea
return MA_INVALID_ARGS; return MA_INVALID_ARGS;
} }
bpf2Count = pConfig->channels / 2; bpf2Count = pConfig->order / 2;
pHeapLayout->sizeInBytes = 0; pHeapLayout->sizeInBytes = 0;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment