mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 20:09:41 +00:00
Avoid virtual call in SoundManager dtor
This commit is contained in:
parent
8083df4567
commit
f156c9522e
1 changed files with 1 additions and 1 deletions
|
@ -1362,7 +1362,7 @@ namespace MWSound
|
|||
|
||||
void SoundManager::clear()
|
||||
{
|
||||
stopMusic();
|
||||
SoundManager::stopMusic();
|
||||
|
||||
for(SoundMap::value_type &snd : mActiveSounds)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue