- remove redundant call to SoundRenderer::UpdateSounds()

At that point SoundEngine::StopAllChannels() did this already
This commit is contained in:
alexey.lysiuk 2019-12-09 16:09:07 +02:00 committed by drfrag
parent da7515c0ce
commit ea85cd18dd

View file

@ -95,9 +95,6 @@ void SoundEngine::Shutdown ()
StopAllChannels();
if (GSnd)
GSnd->UpdateSounds();
for (chan = FreeChannels; chan != NULL; chan = next)
{
next = chan->NextChan;