mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
This seems like a good idea as well, ref #254
This commit is contained in:
parent
fc8e07c791
commit
0289b22db0
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