Tentative fix for a crash when playing a track the 2nd time

This commit is contained in:
Marianne Gagnon 2014-09-27 19:48:48 -04:00
parent ef94c77a67
commit 38b9c059d1

View File

@ -426,6 +426,8 @@ void Track::cleanup()
}
#endif
} // if verbose
irr_driver->getSceneManager()->getMeshCache()->clearUnusedMeshes();
} // cleanup
//-----------------------------------------------------------------------------