mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- remove redundant call to SoundRenderer::UpdateSounds()
At that point SoundEngine::StopAllChannels() did this already
This commit is contained in:
parent
5966391108
commit
5e35077364
1 changed files with 0 additions and 3 deletions
|
@ -94,9 +94,6 @@ void SoundEngine::Shutdown ()
|
||||||
|
|
||||||
StopAllChannels();
|
StopAllChannels();
|
||||||
|
|
||||||
if (GSnd)
|
|
||||||
GSnd->UpdateSounds();
|
|
||||||
|
|
||||||
for (chan = FreeChannels; chan != NULL; chan = next)
|
for (chan = FreeChannels; chan != NULL; chan = next)
|
||||||
{
|
{
|
||||||
next = chan->NextChan;
|
next = chan->NextChan;
|
||||||
|
|
Loading…
Reference in a new issue