mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Minor flamethrower and babygoth fixes
This commit is contained in:
@@ -365,14 +365,13 @@ bool ViewManager::proc() {
|
||||
}
|
||||
|
||||
void ViewManager::stop() {
|
||||
m_videoVoice.reset();
|
||||
m_mainWindow->getCommandQueue()->stopRenderer();
|
||||
m_projManager.shutdown();
|
||||
CDvdFile::Shutdown();
|
||||
DestroyIcons();
|
||||
DestroyBadging();
|
||||
m_viewResources.destroyResData();
|
||||
m_fontCache.destroyAtlases();
|
||||
m_mainWindow->getCommandQueue()->stopRenderer();
|
||||
}
|
||||
|
||||
} // namespace urde
|
||||
|
||||
Reference in New Issue
Block a user