This commit is contained in:
Adam D. Ruppe 2016-10-22 08:25:38 -04:00
parent d09b2542cd
commit 5c92a33f06
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ struct AudioOutput {
foreach(i, ref header; headers) {
// since this is wave out, it promises not to write...
auto buffer = buffers[i];
auto buffer = buffers[i][];
header.lpData = cast(void*) buffer.ptr;
header.dwBufferLength = buffer.length * short.sizeof;
header.dwFlags = WHDR_BEGINLOOP | WHDR_ENDLOOP;