parent
3d59db1021
commit
2c3d5454a1
1 changed files with 2 additions and 0 deletions
|
@ -667,6 +667,8 @@ void CSourceXAudio2::stop()
|
|||
|
||||
// stop source voice and remove pending buffers
|
||||
_SoundDriver->getXAudio2()->CommitChanges(_OperationSet);
|
||||
if (FAILED(_SourceVoice->ExitLoop()))
|
||||
nlwarning(NLSOUND_XAUDIO2_PREFIX "FAILED ExitLoop");
|
||||
if (FAILED(_SourceVoice->Stop(0)))
|
||||
nlwarning(NLSOUND_XAUDIO2_PREFIX "FAILED Stop");
|
||||
if (FAILED(_SourceVoice->FlushSourceBuffers()))
|
||||
|
|
Loading…
Reference in a new issue