mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-10 06:44:29 +00:00
Clear unused buffers after unloading them all
This commit is contained in:
parent
5ad772c3b3
commit
574c1923fe
@ -108,6 +108,7 @@ namespace MWSound
|
|||||||
mOutput->unloadSound(sfxiter->mHandle);
|
mOutput->unloadSound(sfxiter->mHandle);
|
||||||
sfxiter->mHandle = 0;
|
sfxiter->mHandle = 0;
|
||||||
}
|
}
|
||||||
|
mUnusedBuffers.clear();
|
||||||
}
|
}
|
||||||
mOutput.reset();
|
mOutput.reset();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user