mirror of https://github.com/axmolengine/axmol.git
fix #127
This commit is contained in:
parent
82314c2972
commit
7ecb85019a
|
@ -139,6 +139,10 @@ private:
|
||||||
|
|
||||||
void AudioEngine::end()
|
void AudioEngine::end()
|
||||||
{
|
{
|
||||||
|
// make sure everythings cleanup before delete audio engine
|
||||||
|
// fix #127
|
||||||
|
uncacheAll();
|
||||||
|
|
||||||
if (s_threadPool)
|
if (s_threadPool)
|
||||||
{
|
{
|
||||||
delete s_threadPool;
|
delete s_threadPool;
|
||||||
|
|
Loading…
Reference in New Issue