mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 13:07:42 +00:00
Fix crash on quit
This commit is contained in:
@@ -273,6 +273,9 @@ void ViewManager::stop()
|
|||||||
{
|
{
|
||||||
pshag::CElementGen::Shutdown();
|
pshag::CElementGen::Shutdown();
|
||||||
pshag::CLineRenderer::Shutdown();
|
pshag::CLineRenderer::Shutdown();
|
||||||
|
m_iconsToken.doDestroy();
|
||||||
|
m_viewResources.destroyResData();
|
||||||
|
m_fontCache.destroyAtlases();
|
||||||
m_mainWindow->getCommandQueue()->stopRenderer();
|
m_mainWindow->getCommandQueue()->stopRenderer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Submodule libSpecter updated: ae23a0aea8...c7b25516f0
Reference in New Issue
Block a user