mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +00:00
- remove redundant call to SoundRenderer::UpdateSounds()
At that point SoundEngine::StopAllChannels() did this already
This commit is contained in:
parent
da7515c0ce
commit
ea85cd18dd
1 changed files with 0 additions and 3 deletions
|
@ -95,9 +95,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