mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Remove some debug
This commit is contained in:
parent
d680b70308
commit
49fa568123
1 changed files with 2 additions and 2 deletions
|
@ -244,7 +244,7 @@ void CSourceXAudio2::updateState()
|
|||
_SoundDriver->getXAudio2()->CommitChanges(_OperationSet);
|
||||
if (!_BufferStreaming)
|
||||
{
|
||||
nlinfo(NLSOUND_XAUDIO2_PREFIX "Stop");
|
||||
// nldebug(NLSOUND_XAUDIO2_PREFIX "Stop");
|
||||
if (FAILED(_SourceVoice->Stop(0)))
|
||||
nlwarning(NLSOUND_XAUDIO2_PREFIX "FAILED Stop");
|
||||
_IsPlaying = false;
|
||||
|
@ -260,7 +260,7 @@ void CSourceXAudio2::updateState()
|
|||
_SoundDriver->getXAudio2()->CommitChanges(_OperationSet);
|
||||
if (!_BufferStreaming)
|
||||
{
|
||||
nlinfo(NLSOUND_XAUDIO2_PREFIX "Stop");
|
||||
// nldebug(NLSOUND_XAUDIO2_PREFIX "Stop");
|
||||
if (FAILED(_SourceVoice->Stop(0)))
|
||||
nlwarning(NLSOUND_XAUDIO2_PREFIX "FAILED Stop");
|
||||
_IsPlaying = false;
|
||||
|
|
Loading…
Reference in a new issue