Skip to content

Commit

Permalink
Fix submix DestinationChannels assert
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Jan 30, 2019
1 parent 8a7f5b1 commit 126cd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FAudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1710,7 +1710,7 @@ void FAudioVoice_GetOutputMatrix(
}
else
{
FAudio_assert(DestinationChannels == voice->mix.inputChannels);
FAudio_assert(DestinationChannels == pDestinationVoice->mix.inputChannels);
}

/* Get the matrix values, finally */
Expand Down

0 comments on commit 126cd0e

Please sign in to comment.