Fix typo in previous commit
This commit is contained in:
parent
fa52e7c1b7
commit
396d65b003
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ bool PortAudioRenderer::testAudio(int audioConfiguration) const
|
|||
return false;
|
||||
}
|
||||
|
||||
error = Pa_StartStream(m_Stream);
|
||||
error = Pa_StartStream(stream);
|
||||
if (error != paNoError) {
|
||||
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
|
||||
"Pa_StartStream() failed: %s",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue